Installing Jupyter with Python2 and Python3 Kernel Without Anaconda

preview_player
Показать описание
Part 3 of Getting ready for python programming using this multi-part series to set up Python, Python Launcher, VSCode, and Jupyter (ipython)

PART 3 - INSTALLING JUPYTER WITH BOTH PYTHON 2 AND PYTHON 3 KERNEL

This section discusses how to Install and run #Jupyter notebook for #Python2 and #Python3 programming.

#Jupyter is a browser best REPL environment that can run various programming in REPL mode such as #Go, #Javascript #R etc.

IN THIS VIDEO

We will learn how to install Jupyter, and python 3 and python 2 kernel with #no-anacodna required. #anaconda distribution

00:26 What is Jupyter
02:24 Prerequisite for Jupyter
03:44 Install #Jupter-Notebook for #Python3
06:24 Register #Python3-kernel for #Jupyter-Notebook
08:03 Using #Jupyter-Notebook
11:45 Installing and registering #Python2-kernel for #Jupyter-notebook
13:17 Final demo with both #python2 and #python3 kernel installed.

IMPORTANT COMMANDS SHOWN IN THE VIDEO

1. Install Python 3 Jupyter Hub, Jupyter Notebook and Python 3 kernel

python3 -m pip install jupyterhub notebook ipykernel

2. Register Python 3 kernel with Jupyter

python3 -m ipykernel install

3. Download and Install Python 2 Kernel

python2 -m pip install ipykernel

4. Register Python 2 kernel with Jupyter
python2 -m ipykernel install

OTHER VIDEO IN THIS SERIES

PART 1 - INSTALLING BOTH PYTHON 2 AND PYTHON 3 IN WINDOWS ENVIRONMENT WITH PYTHON LAUNCHER

Рекомендации по теме
Комментарии
Автор

You are awesome. You helped me. After searching on internet for a long time, I didn't find anything helpful for me and finally I searched on YouTube and I found your video and this is what I was looking for.
Keep making this kind of videos on the content which in not available on web.

vikassanwal
Автор

Thank you so much for your help about this!

ismailturkylmazoglu
Автор

thank for providing this is very usefull info for me
thanks A lot...

NITEESHKUMAR-isfu
Автор

What's kernel error ? It's showing on the RHS top corner.

GStar
Автор

Showing ipykernel requires python versions 3.5 or above

jashpatel
welcome to shbcf.ru