https://github.com/jtpio/remote-python-pizza-2020
Control JupyterLab from Python Notebooks - ๐ Remote Python Pizza 2020 ๐
https://github.com/jtpio/remote-python-pizza-2020
Last synced: 10 months ago
JSON representation
Control JupyterLab from Python Notebooks - ๐ Remote Python Pizza 2020 ๐
- Host: GitHub
- URL: https://github.com/jtpio/remote-python-pizza-2020
- Owner: jtpio
- Created: 2020-04-24T18:27:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T12:22:58.000Z (about 6 years ago)
- Last Synced: 2025-02-14T16:50:40.564Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.65 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Control JupyterLab from Python Notebooks ๐งช โข๏ธ ๐
## Remote Python Pizza 2020 - 2020-04-25

## Try it online
[](https://mybinder.org/v2/gh/jtpio/remote-python-pizza-2020/master?urlpath=lab%2Ftree%2Fpresentation.ipynb)
### Local Setup
```bash
# create an environment
conda env create
conda activate remote-python-pizza-2020
# install the lab extensions
chmod +x ./postBuild
./postBuild
# start JupyterLab
jupyter lab
```