Skip to content
Snippets Groups Projects
Commit e77129ee authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

Merge branch 'Cores-and-Runtime-Clustering' into 'master'

Cores and runtime clustering

See merge request rrand11/createandparsesacct!3
parents eb84066c 8ca3de4d
No related branches found
No related tags found
1 merge request!3Cores and runtime clustering
This diff is collapsed.
*.ipynb filter=nbstrip_full
[core]
attributesfile = ~/.gitattributes
[filter "nbstrip_full"]
clean = "jq --indent 1 \
'(.cells[] | select(has(\"outputs\")) | .outputs) = [] \
| (.cells[] | select(has(\"execution_count\")) | .execution_count) = null \
| .metadata = {\"language_info\": {\"name\": \"python\", \"pygments_lexer\": \"ipython3\"}} \
| .cells[].metadata = {} \
'"
smudge = cat
required = true
......@@ -48,7 +48,7 @@ parso==0.6.2
pexpect==4.8.0
phik==0.9.9
pickleshare==0.7.5
plotly==4.5.2
plotly==4.8.2
pluggy==0.13.1
prometheus-client==0.7.1
prompt-toolkit==3.0.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment