Install a jupyter hub with a terminal access to Linux Ubuntu 20.04 with docker

here open a terminal docker ps -a docker pull jupyterhub/jupyterhub docker run -it -p 8000:8000 –name jhubcontainer [jupyterhub/juoyterhub or the ID here] bash apt update apt-get update apt-get install -y git apt-get install npm nodejs python3 python3-pip git nano python3 -m pip install jupyterhub notebook jupyterlab npm install -g configurable-http-proxy apt-get update apt-get install zsh… Continue reading Install a jupyter hub with a terminal access to Linux Ubuntu 20.04 with docker

Jupyter Notebook Keyboard Shortcuts

Enter enter edit mode Shift-­Enter run cell, select below Ctrl-Enter run cell Alt-Enter run cell, insert below Y to code M to markdown R to raw 1 to heading 1 2,3,4,5,6 to heading 2,3,4,5,6 Up/K select cell above Down/J select cell below A/B insert cell above/­below X cut selected cell C copy selected cell Shift-V… Continue reading Jupyter Notebook Keyboard Shortcuts

Install Python and Jupyter Notebook to Windows 10 (64 bit)

This blog post is a step-by-step tutorial to install Python and Jupyter Notebook to Windows 10 (64 bit). Python 3.3 or greater, or Python 2.7 is required to install the Jupyter Notebook. Download Python 3.7.4 from “https://www.python.org/downloads/release/python-374/” url 2. Choose and select “x86–64 executable installer” for Windows 10–64 bit computer 3. Select location to save the executable… Continue reading Install Python and Jupyter Notebook to Windows 10 (64 bit)