Python---jupyter notebook

Python---jupyter notebook

Learning python is not enough, you have to learn ipython, which is more convenient and quicker, and has automatic completion functions. And ipython notebook is the best way to show ipython. The latest version is renamed jupyter notebook, let's install it first.

# sudo pip install jupyter

After the installation is successful, run the notebook

# jupyter notebook

It will open the notebook in the browser, click New-python2 in the upper right corner, and you can create a new web page-like file with the extension ipynb. On this web page, we can run python code just like below the command line. After entering the code, press shift+enter to run. For more shortcut keys, you can click the help-Keyboard shortcuts at the top to view, or press esc to exit the editing state, and then press the h key to view.

 

Also: python visual programming environment visual programming IDE: spyder. Baidu can install it by itself.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325126194&siteId=291194637