Skip to content

rbmetcalf/Practical-Statistics

Repository files navigation

#Intalling jupyter

From the command line in your home directory:

install jupyter

pip intall jupyter --user

Make an alias for jupter

pico ~/.bash_aliases

add the line

alias jupyter='~/.local/bin/jupyter'

and then save the file. (Ctr-x)

Then type:

source .bashrc

To start jupyter:

jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published