LINUXOPOLIS # 1,029 ~ JUPYTERLAB

wglenz(54)
Published in
#linux
Words
9
Reading
1 min
Listen
Play
7y

JUPYITERLAB

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home

screenshot by willi glenz

vim ~/.config/fish/functions/gjupyterlab.fish

function gjupyterlab --description 'jupyterlab'
    clear; echo
    echo '=========================================================================='
    echo '                                JUPYTERLAB                                '
    echo 'version 2.0                                                      port 8888'
    echo '=========================================================================='
    echo ' $ pip3 install jupyterlab                                                '
    echo ' $ conda install -c conda-forge jupyterlab                                '
    echo '--------------------------------------------------------------------------'
    echo '                                                                          '
    echo ' $ jupyter-lab --no-browser                                               '
    echo ' $ ipython3                                                               '
    echo ' $ anaconda-navigator                                                     '
    echo '                                                                          ' 
    echo '--------------------------------------------------------------------------'
    echo ' run           move  above    below   undo    delete  copy    paste       '
    echo '  ctrl-enter    j     a        b       z       dd      c       v          '
    echo '  shift-enter   k                                                         '
    echo '=========================================================================='
    echo
end
SOURCES
 homepage jupyter ....................................................... jupyter.org
 documentation jupyter ......................... jupyterlab.readthedocs.io/en/latest/
 demo .................................................................. notebooks.ai
 demo ............. hub.gke.mybinder.org/user/jupyterlab-jupyterlab-demo-iqaz5yp7/lab

 homepage anaconda ..................................................... anaconda.com
 download anaconda ....................................... anaconda.com/distribution/

 fish ......................................... fishshell.com/docs/current/index.html
 picture ....................................... screenshoot by me ~ my gnome-desktop
LINUXOPOLIS # 1,029 ~ JUPYTERLAB | Ecency