Jupyter notebook is very convenient, want to build one on the server, but not access.
(a) The first is the installation of Jupyter notebook,
Pip Install Jupyter
If the PIP installation is not correct and the SQLite library is missing, install
sudo apt-get install Libsql
in
[2]: passwd ()
Enter password:
Verify password:
out[2]: ' SHA1 : 5311cd8b9da9:70dd3321fccb5b5d77e66080a5d3d943ab9752b4 '
Step Fourth: Modify the configuration file generated in the first step, modify the following addresses, and remove the # before the line to take effectvi/root/.jupyter/jupyter_notebook_config.py orVI ~/.jupyter/jupyter_notebook_config.py
c.notebookapp.ip= ' * '
c.notebookapp.passwo
Ipython Notebook is a browser-based Python data analysis tool that is easy to use and has a very strong interaction and rich text presentation. Jupyter is its upgraded version, its installation is also very convenient, General Anaconda installation package will be brought in. The direct input jupyter notebook can be us
Own machine installed too many things, a bit slow, would have liked all the things moved to the service, so if you can install a remote jupyter server, it will be very convenient to use.
Record your own installation steps
1. Install Ipython, Jupyter
Pip Install Ipython
2. Generate Configuration file
[Root@50eb5057baac/]#
0. Generate the configuration file (usually by default)Jupyter Notebook--generate-config1. Open Ipython, create a ciphertext passwordIn [1]: From Notebook.auth import Passwdin [2]: passwd () Enter password:verify password:out[2]: ' sha1:ce23d945972f:347696 85a7ccd3d08c84a18c63968a41f1140274 '2. Modify the default configurationVim ~/.jupyter/jupyter_notebook_confi
1,ssh Login Virtual machine (remote server)
2, build the configuration file
Jupyter Notebook--generate-config
3. Generate password This step is not actually used, because the password is not recommended to log in, modify the configuration file when the password recommended shielding
Open Ipython and create a ciphertext password:
In [1]: from Notebook.auth import
First, both the server and the client are installed Jupyter notebook1. Perform the server first:jupyter-Notebook --no-browser --port=1111 (port number as long as the conflict is avoided) Record tokens that appear on the connection2. Enter again on the client: (Make sure SSH is installed) ssh -n -f -l localhost:1112:localhost:1111 username@serverIP (where username is the user name, ServerIP is the IP addre
Windows environment, under the premise of successful configuration and installation of Python+pycharm.
The steps to install Jupyter using PIP are as follows:
1.Windows Mount Pip (small pip for quick install of Jupyter module)
Reference article: https://jingyan.baidu.com/article/ff42efa9d630e5c19e220207.htmlAttentionIn Windows terminal, to open a folderFor example: The current directory
your notebook runs locally. You can open http: // localhost: 8888/in a browser to access the notebook. You can also modify the configuration so that the notebook can be publicly accessed. In this way, anyone who knows the notebook address can connect to the notebook for
Since the Jupyter notebook I used earlier is based on the python2.7 version, just install the python3.6 based kernel on this basis.
My environment is as follows:
Windows 10, 64-bit systems
Installed based on python2.7 version of Anaconda
Installed the PY27 and PY36 virtual environment in Anaconda
The kernel of existing Jupyter
ports. Start Jupyter Notebook Direct start using the following command to start Jupyter Notebook:jupyter Notebook at this time, access to http://115.159.157.37:8888 to enter the Jupyter home. Creating a notebook background run di
python Jupyter notebook Various use method records • Continuous Update
tags (space-delimited): Python
Pythonjupyter notebook A variety of use method records continuously update a jupyter notebook installation 1 new version Anaconda with
Pythonjupyter notebook Various Use methods record continuous update
Installation of a Jupyter notebook
1 new version Anaconda comes with Jupyter
2 old version Anacodna need to install Jupyter
Two changes to
Pythonjupyter notebook A variety of use method records continuously update a jupyter notebook installation 1 new version Anaconda with Jupyter 2 old version Anacodna need to install Jupyter two change jupyter not Ebook Workspace 1
http://blog.csdn.net/tina_ttl/article/details/51031113
Jupyter notebook) Formerly known as Ipython Notebook, when learning, you can find the two tutorials
Jupyter Project Documentation
Jupyter Notebook Docu
I. Installation of Jupyter notebook 1.1 new version Anaconda Jupyter Currently, the latest version of the Anaconda is a jupyter notebook, no need to install separately1.2 old version Anacodna need to install Jupyter
pycharm Jupyter
Multi-Environment Jupyter configuration 1
Activate TensorFlow
Conda install notebook ipykernel ipthon kernel install--user
Pycharm Switch to TensorFlow working environment, new *IPNB file, run. jupyter Drawing Black font display in Pycharm
Using the Matplotlib plot figure tick and the text color is
TensorFlow installation and jupyter notebook configuration, tensorflowjupyter
Tensorflow uses anaconda for ubuntu installation and jupyter notebook running directory and remote access configuration
Install Anaconda in Ubuntu
bash ~/file_path/file_name.sh
After the license is
The following small series for everyone to bring a TensorFlow installation and Jupyter notebook configuration method. Small series feel very good, now share to everyone, also for everyone to make a reference. Let's take a look at it with a little knitting.
TensorFlow using Anaconda in Ubuntu installation method and Jupyter n
Abstract: Build Python3 Jupyter notebook.After activating Python3, enter the python interactive environment1. Log in to remote server 2. Build configuration file1. $jupyter Notebook--generate-config3. Generate a passwordOpen ipython , create a password for the ciphertext:1. In [1]: from Notebook.auth import passwd2. In
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.