Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
5f72cb4f
Commit
5f72cb4f
authored
Jan 28, 2020
by
Sylvain Soliman
Browse files
install ipywidgets extension (conda does it but vanilla pip does not)
parent
34c965be
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
5f72cb4f
...
...
@@ -162,6 +162,7 @@ else
fi
echo
"installing python packages (
$packages
)…"
python3
-m
pip
install
-U
$packages
jupyter nbextension
enable
--py
widgetsnbextension
### trust all our notebooks but make them read-only
find
.
-name
'*.ipynb'
-print0
| xargs
-0
jupyter trust
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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