[PYTHON] The usual way to add a Kernel with Jupyter Notebook

Pipenv's routine when adding a new kernel with Jupyter Notebook

If you do this, there is no basic problem. It's a waste of time because I forget it every time and check it. Copy and paste

--python 3.7 is the required python version --name is the kernel name that can be selected with jupyter --display-name is any kernel name displayed in the browser

pipenv --python 3.7 #3.6
pipenv install ipykernel python-dotenv
pipenv run ipython kernel install --user --name=kernel_name --display-name=kernel_display_name
pipenv shell

Recommended Posts

The usual way to add a Kernel with Jupyter Notebook
Connect the Jupyter Notebook kernel to Spyder with Jupytext enabled
In Jupyter, add IPerl to the kernel.
Add / remove kernel to use jupyter with venv
To output a value even in the middle of a cell with Jupyter Notebook
Make a sound with Jupyter notebook
Probably the easiest way to create a pdf with Python3
I want to use a virtual environment with jupyter notebook!
Add more kernels with Jupyter Notebook
A very convenient way to give a presentation on Jupyter Notebook
A simple way to launch Jupyter Notebook / Lab and set a password
How to batch start a python program created with Jupyter notebook
I wanted to create a smart presentation with Jupyter Notebook + nbpresent
How to add a package with PyCharm
Try to make a kernel of Jupyter
I want to blog with Jupyter Notebook
How to use jupyter notebook with ABCI
Specify the browser to use with Jupyter Notebook. Especially Mac. (And Vivaldi)
How to debug with Jupyter or iPython Notebook
The easiest way to get started with Django
The easiest way to synthesize speech with python
The easiest way to use OpenCV with python
Fill the browser with the width of Jupyter Notebook
Introduction to Python with Atom (on the way)
Save the object to a file with pickle
[Wagtail] Add a login page to the Wagtail project
A memorandum of how to execute the! Sudo magic command in Jupyter Notebook
The kernel of jupyter notebook can no longer connect
Add information to the bottom of the figure with Matplotlib
Just add the driver to the shape key with blender
How to create a submenu with the [Blender] plugin
Monitor the training model with TensorBord on Jupyter Notebook
Drawing a tree structure with D3.js in Jupyter Notebook
An easy way to create an import module with jupyter
How to instantly launch Jupyter Notebook from the terminal
Next to Excel, for the time being, jupyter notebook
Transit to the update screen with the Django a tag
A solution to the problem that kernel restarting frequently occurs when running PyQt system with jupyter or Spyder IDE
How to deal with the phenomenon that Python (Jupyter notebook) executed on WSL becomes Aborted
Introduced Jupyter Notebook to CentOS 7
Using Graphviz with Jupyter Notebook
Add / remove kernel to JupyterLab
Add an extension to build a more comfortable Jupyter environment
How to import NoteBook as a module in Jupyter (IPython)
Use pip with Jupyter Notebook
Finding a solution to the N-Queen problem with a genetic algorithm (2)
Add a dictionary to MeCab
I want to start a jupyter environment with one command
[pyqtgraph] Add region to the graph and link it with the graph region
The first step to creating a serverless application with Zappa
Reflect the virtual environment created with Miniconda in Jupyter notebook
Day 65 (Solution) Jupyter notebook does not work with Kernel Not Conected.
Use Cython with Jupyter Notebook
Play with Jupyter Notebook (IPython Notebook)
How to see the contents of the Jupyter notebook ipynb file
A story about how to deal with the CORS problem
[Python] The first step to making a game with Pyxel
How to import NoteBook as a module in Jupyter (IPython)
Try clustering with a mixed Gaussian model on a Jupyter Notebook
How to use Jupyter Notebook
Finding a solution to the N-Queen problem with a genetic algorithm (1)