Guest User

Untitled

a guest
Oct 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. echo "install plotly"
  2. echo "nodejs needs to be installed"
  3.  
  4. conda install -y plotly
  5. export NODE_OPTIONS=--max-old-space-size=4096
  6. jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
  7. jupyter labextension install plotlywidget --no-build
  8. jupyter labextension install @jupyterlab/plotly-extension --no-build
  9. jupyter lab build
  10. unset NODE_OPTIONS
Add Comment
Please, Sign In to add comment