Jupyter (formerly ipython notebook ) in my greatest sense is to let the learning process and the exploration process become cumulative, as its original name notebook implies, as the learning of the recorder, so that you can always pick up the progress of learning, incremental advance
Li Huilai in "time as a friend."
Believing in the power of accumulation is essentially the power to believe in compounding
A little progress every day, a year down, the final harvest is 365 points, this is Shakespeare's algorithm-thought should use simple addition calculation;
In fact, if you really make a little progress every day, the end of the year, your harvest is likely S = P*(1 + i)^365 to be, see how much you progress every day (i) (if I change you should use ∑ sum), see you at the beginning of the strength (P)-This is Shylock's algorithm, which is the exponential growth.
And we know that the growth curve of technology and knowledge often takes the form of an exponent. So often, we see the giant goose dropped by the Giants are boulders, where you can bounce through a string of names: John McCarthy, Kenneth Lane Thompson, Linus Torvalds
Introduced
Installation
Pip Install Jupyter
If you install anaconda directly under Windows! Don't want to toss you can be installed under any platform Anaconda
Use
Jupyter notebook Jupyter notebook--no-browserjupyter notebook--port 9999jupyter notebook--helpjupyter notebook--ip=0. 0.0.0 #外部访问 # Common: Jupyter notebook--no-browser--port
Rich output
From Ipython.display import HTML, Image, youtubevideofrom ipython.display import imageimage (url= ' http://python.org/ Images/python-logo.gif ')
Bookmark
%bookmark-l #结合cd使用, easy to switch directories
Configuration
Ipython Locate: View configuration
Jupyter Notebook--generate-config: If not ~/.jupyter/jupyter_notebook_config.py , execute this command, then configure it here
Vim ~/.jupyter/jupyter_notebook_config.py
# The directory to use for notebooks. This determines the Jupyter startup directory c.notebookapp.notebook_dir = U '/path/to/your/notebooks '
Document
Ipynb
IPython Kernels for other languages
I'm concerned.
Resource Summary
This article is from the "Can't Grow" blog, be sure to keep this source http://tfbaby.blog.51cto.com/3125450/1902939
Python's Idel Weapon Jupyter notebook