An open API service indexing awesome lists of open source software.

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 ๐Ÿ•

Awesome Lists containing this project

README

          

# Control JupyterLab from Python Notebooks ๐Ÿงช โ˜ข๏ธ ๐Ÿ

## Remote Python Pizza 2020 - 2020-04-25

![screencast](./img/screencast.gif)

## Try it online

[![Binder](./img/binder-badge.svg)](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
```