In the process of working today, you encounter the problem of installing Anaconda using Conda to create a virtual environment, but after starting Jupyter notebook, you cannot find Python kernel in the virtual environment. Later on the internet found a solution, as follows:Create a virtual environmentFirst look at the commands that created the virtual environment
1. Open cmd, enter the command to find the configuration file pathJupyter Notebook--generate-config2. Open jupyter_notebook_config.py Modify configuration c.notebookapp.notebook_dir for your own working directory' e:/jupyter/projects '3. Modify Jupyter Notebook Shortcut propertiesFind
When programming with Jupyter, the initialization directory may not be the directory you want, so let's change it to the directory you want.1) Enter Jupyter notebook--generate-config on the command line to generate a configuration fileMy will show writing default Config to:c:\users\allen\.jupyter\jupyter_notebook_confi
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 note
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
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
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
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 An
;>>
Anaconda The default installation path is/user/zhangsan/anconda3/, and of course you can specify the installation directory yourself, and enter it here.
Open a new terminal after Setup completes
#jupyter Notebookwill start and automatically open http://localhost:8888/tree# in the browser
[I 17:37:52.287 Notebookapp] Serving notebooks from local directory:/users/zhangsan/anaconda3
[I 17:37:52.287 N
Reproduced in: http://blog.csdn.net/chenweiqian_zy/article/details/59109596
Installation of the 1.anaconda installation reference https://www.continuum.io/downloads/.
For example, my installation command is: Bash anaconda2-4.3.0-linux-x86_64.sh
2. Install Jupyter
Update: Conda Update Anaconda
Installation: Conda Install J
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
database, or you cannot find the commandPyenv Rehash8. Add Jupyter to the service list Vi/lib/systemd/system/jupyter.serviceModified to read as follows:[Unit] description=juyperafter=network.target[service]tpye=forkingenvironmentfile=/root/.pyenv/shims/ Jupyter-notebookexecstart=/root/.pyenv/shims/jupyter-notebook--ip
Jupyter notebook simultaneous use of Python2 and Python3If the default use of Python3 can be used to activate the PY27 virtual environment, Python27 Python.exe renamed to Python2.exe, environment variables are added, enter the command:python2-m ipykernel Install--userStart Jupyter
Jupyter notebook installation and use, jupyternotebook
Jupyter Notebook (formerly known as IPython notebook) is an interactive Notebook that supports running more than 40 programming
Install and use jupyter (original notebook) and jupyternotebook
1. Install pyzmq using pip install pyzmq. installation fails. Use easy_install.exe pyzmq. The installation is successful. 2. The tornadopip tornado installation is not successful yet. Continue to find 3. install jinja2pip install jinja24.
The operation is
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
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 exi
follows:
Activate the virtual environment of py27 and enter the following command:
Python-m ipykernel install -- user
Start jupyter notebook to view the information. You can see that the kernel of python2 has been installed.
Tips for Quick Start of jupyter notebook
When you start
Jupyter Notebook Quick Start [go], jupyternotebook
Jupyter Notebook (formerly known as IPython notebook) is an interactive Notebook that supports running more than 40 programming languages. In this article, we will introduce the m
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.