Jupyter Notebook: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:


  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:
possibly this:
%matplotlib inline
possibly this:
from IPython.display import Image

Revision as of 20:07, 9 October 2018

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