Jupyter Notebook

From Federal Burro of Information
Revision as of 15:06, 24 November 2020 by David (talk | contribs)
Jump to navigationJump to search
install ( mac)
pip install jupyterlab
run
jupyter notebook --no-browser --ip 0.0.0.0 --port 5000
jupyter notebook --no-browser --ip 0.0.0.0 --port 5000 --log-level=DEBUG

inline image:

possibly this:

%matplotlib inline

possibly this:

from IPython.display import Image

To Read

https://voila.readthedocs.io/en/stable/index.html