Jupyter Notebook: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
;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


  jupyter notebook --no-browser --ip 0.0.0.0 --port 5000 --log-level=DEBUG
  jupyter notebook --no-browser --ip 0.0.0.0 --port 5000 --log-level=DEBUG


inline image:
inline image:

Revision as of 15:06, 24 November 2020

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