- Notifications
You must be signed in to change notification settings - Fork 227
Using pythreejs in a Jupyter notebook
Hal Snyder edited this page Apr 11, 2018 · 2 revisions
pythreejs is a Jupyter-widgets-based notebook extension bridging Python with the threejs library for 3D animation in the web browser.
Here's what you can do e.g. to run these pythreejs examples:
- Do the following in a CoCalc .term:
pip3 install --user pythreejs jupyter nbextension install --user --py pythreejs jupyter nbextension enable --user --py pythreejs # it may be necessary to restart the jupyter server smc-jupyter restart
-
From CoCalc Project Settings (wrench icon), start the
Plain Jupyter Server
(link at lower right of page). -
Start a Jupyter notebook with the
Python 3 (Ubuntu Linux)
kernel you should be able to run pythreejs code.
This Wiki is for CoCalc.com.
A more structured documentation is the CoCalc User Manual.
For further questions, please contact us.