Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install Jupyter console

$ pip install jupyter-console

If you want to use conda instead to perform your installation:

$ conda install -c conda-forge jupyter-console

And started with:

$ jupyter console

To see configuration options:

$ jupyter console -h

To start the console with a particular kernel, ask for it by name:

$ jupyter console --kernel=julia-0.4

A list of available kernels can be seen with:

$ jupyter kernelspec list

You can connect to a live kernel (e.g. one running in a notebook) with its ID:

$ jupyter console --existing KERNEL_ID

or even connect to the most recently started kernel by default:

$ jupyter console --existing
Comment

PREVIOUS NEXT
Code Example
Shell :: debian EXPKEYSIG 
Shell :: install robot framework 
Shell :: wget a file from bitbucket 
Shell :: how to kickstart ARD on mac using terminal 
Shell :: git merge origin/master into branch 
Shell :: install wordpress ubuntu 
Shell :: aws cli stop rds instance 
Shell :: install neovim 7 in ubuntu 
Shell :: install dbeaver using snap 
Shell :: download fbreader for ubuntu 
Shell :: installing firebase libraries in apache cordova 
Shell :: git tag from commit 
Shell :: pushing an existing repository from the command line 
Shell :: git status 
Shell :: git first time 
Shell :: how to chekc jupyter lab version 
Shell :: npm install and add to dependancies 
Shell :: git untag 
Shell :: bash find term in files 
Shell :: flutter pub get taking too long 
Shell :: move all files in subdirectories to current directory linux 
Shell :: download sublime merge in linux 
Shell :: bash remove first and last quotes 
Shell :: install global package golang 
Shell :: snagit key code 
Shell :: pm2 logs 
Shell :: adapta ubuntu 
Shell :: command to create a new branch in git 
Shell :: netstat -anp | grep :80 | wc -l 
Shell :: package github.com/golang-migrate/migrate is not a main package 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =