-
Notifications
You must be signed in to change notification settings - Fork 134
Q&A (OUTDATED)
Hai Nguyen edited this page Nov 21, 2017
·
1 revision
NOTE: This is outdated. Please see the update here: https://github.com/arose/nglview/blob/master/docs/FAQ.md
PS: Do feel free to buzz us if thing does not work correctly.
You can try
python -m ipykernel install --user
Then in your Jupyter notebook, choose the right
kernel
. If you are usingpython 2
, make sure to choosePython 2
kernel.
try
conda install traitlets=4.2.1 ipywidgets==4.1.1 notebook=4.1.0
- try
ipywidgets >= 5.0
and want to go back toipywidgets 4.1.1
?
supposed you created
ipywidgets5
conda env to test, then if you want to go back to root envsource deactivate ipywidgets5
python -m ipykernel install --user