Commit 3df8927a authored by Willi Rath's avatar Willi Rath
Browse files

Add outline and some jargon

parents
Loading
Loading
Loading
Loading

README.md

0 → 100644
+30 −0
Original line number Diff line number Diff line

# How to work with Jupyter everywhere


## Install the base environment and Jupyterlab

_This will show how to download the installer, install a minimal Python
environment, and start Jupyerlab.  The installation will be (nearly) identical
for a local computer or for any Linux / Unix remote computer._


## Add a scientific Python environment and use it

_This will show how to add a Python environment that can be used for scientific
analyses._


## Connect to Jupyterlab running on a remote machine

_This will show how to connect to Jupyterlab if your web browser cannot
directly access its address._


## Appendix: Jargon

- `conda` is the package manager of the [Anaconda Python
  distribution](https://en.wikipedia.org/wiki/Anaconda_(Python_distribution))

- [Jupyter lab](https://en.wikipedia.org/wiki/Project_Jupyter#Jupyter_Lab) is
  an integrated computing environment