Jupyter Notebook 6.0.2 cannot be installed in the Python 2.7 environment created in Anaconda

Event

I wanted a Python 2.7 environment on anaconda, $ conda create -n py27 python=2.7 anaconda I created a virtual environment (py27) for Python 2.7.

When I installed Jupyter Notebook with enthusiasm, "Now, I'll open Jupyter Notebook !!!", I got the following error. rapture_20191121203514.jpg

Looking at the error, Jupyter Notebook 6.0.2 can only be installed with Python 3.5 or higher ...

solution

Drop and install the Jupyter Notebook version. rapture_20191121203739.jpg

For the time being, I selected Jupyter 5.6.0 and it installed successfully.

Recommended Posts

Jupyter Notebook 6.0.2 cannot be installed in the Python 2.7 environment created in Anaconda
Reflect the virtual environment created with Miniconda in Jupyter notebook
Django cannot be installed in the development environment of pipenv + pyenv
Error running Jupyter Notebook in Anaconda virtual environment
python3.8 venv environment jupyter notebook
De-VBA Excel tool! Eliminate VBA tool with Python in environment where Python cannot be installed
Video cannot be loaded with Spyder in Python development environment
Python memo Anaconda x Jupyter Notebook
Install scrapy in python anaconda environment
Generate Jupyter notebook ".ipynb" in Python
install tensorflow in anaconda + python3.5 environment
Solution if the module is installed in Python but you get an error in Jupyter notebook
Memory leak in Python Jupyter Lab (Notebook)?
The result of installing python in Anaconda
Switch the module to be loaded for each execution environment in Python
Python 3.3 in Anaconda
Project cannot be created with Python3.5 (Windows) + django1.7.1
Browser specification of Jupyter Notebook in Windows environment
Python environment settings (virtualenv + pip cannot be done)
Use jupyter-lab installed in python virtual environment (venv)
Use Python in Anaconda environment with VS Code
[Django] css in the project cannot be read
Matplotlib etc. cannot be imported in VirtualEnv environment
A solution to the problem that the Python version in Conda cannot be changed
I installed Pygame with Python 3.5.1 in the environment of pyenv on OS X
Think about the analysis environment (Part 3: Install pyenv + Anaconda [Python, R] + jupyter + Rstudio)
Virtual environment construction with Docker + Flask (Python) + Jupyter notebook
Python note: When the pip command cannot be used
I tried to graph the packages installed in Python
Japanese can be used with Python in Docker environment
[Memorandum] Japanese keys cannot be used in python string.Template.substitute
[For beginners] Install the package in the Anaconda environment (Janome)
list comprehension because operator.methodcaller cannot be used in python 2.5
virtual environment in python
Operators ++,-cannot be used in python (difference from php)
3 Jupyter notebook (Python) tricks
When import matplotlib.pyplot cannot be done in pyenv-virtualenv environment
Development environment in Python
[Note] I can't call the installed module in jupyter
Setting up Jupyter Lab in a Python 3.9 venv environment
[Redash] Standard library cannot be used in python function
Python environment construction on Mac (pyenv, virtualenv, anaconda, ipython notebook)
Try running python in a Django environment created with pipenv
Display "Hello World" created in the local environment on the web
Machine learning with Jupyter Notebook in OCI Always Free environment (2019/12/17)
Check the operation of Python for .NET in each environment
About the garbled Japanese part of pandas-profiling in Jupyter notebook
Solution when the image cannot be displayed with tkinter [python]
Commands often used in the development environment during Python implementation
Master the type in Python? (When should type check be done)
[SAP CP] Web API created with python in CF environment
After enabling the python virtual environment in the batch file, run the python file
[CLPEX memo] Run DO Python API in COS installed environment
Python + Anaconda + Pycharm environment construction
Use Anaconda in pyenv environment
Install Python environment with Anaconda
Download the file in Python
Display HTML in Jupyter notebook
Find the difference in Python
Multiprocessing error in Jupyter Notebook
Handle environment variables in Python