Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pyiron
Potentials Workshop 2021
Commits
6ffbdd8d
Unverified
Commit
6ffbdd8d
authored
Mar 06, 2021
by
Jan Janssen
Committed by
GitHub
Mar 06, 2021
Browse files
Update postBuild
parent
9a6c4981
Changes
1
Hide whitespace changes
Inline
Side-by-side
binder/postBuild
View file @
6ffbdd8d
...
...
@@ -5,3 +5,11 @@ jupyter nbextension enable nglview --py --sys-prefix
# ngl view for jupyter lab
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
jupyter labextension install nglview-js-widgets --minimize=False
# install dataset
cp datasets/Cu_training_archive.tar.gz .
cp datasets/export.csv .
python << EOF
from pyiron import Project
Project("datasets").unpack("Cu_training_archive")
EOF
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment