:
Jupyter Notebook (: Ubuntu 16.04 LTS)
:
!pip install
:
!pip install virtualenv
Python, :
Python 3.6, Python_3_6:
!virtualenv -p python3.6 Python_3_6
( , Jupyter)
Create a new option with the name of the created environment
Finally, run the following command:
!python -m ipykernel install
This will create a new option called Python_3_6 in the menu from which we create a new notebook.
NOTE: You can also run the commands above from the terminal, just do not use '!' in front of teams.
source
share