https://github.com/saulshanabrook/icalepcs-2019-jupyterlab
JupyterLab tutorial for the Jupyter workshop at ICALEPSC2019
https://github.com/saulshanabrook/icalepcs-2019-jupyterlab
Last synced: 7 days ago
JSON representation
JupyterLab tutorial for the Jupyter workshop at ICALEPSC2019
- Host: GitHub
- URL: https://github.com/saulshanabrook/icalepcs-2019-jupyterlab
- Owner: saulshanabrook
- License: mit
- Created: 2019-08-15T14:53:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:11:05.000Z (almost 3 years ago)
- Last Synced: 2025-10-13T23:07:30.917Z (7 days ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 638 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JupyterLab Tutorial
###### ...for the [Jupyter workshop](https://indico.desy.de/indico/event/23354/) during the [17th International Conference on Accelerator and Large Experimental Physics Control Systems (ICALEPSC2019)](https://icalepcs2019.bnl.gov/workshops.html)
JupyterLab is the next generation of the notebook interface. This talk
will start with an overview of the JupyterLab interface to show how it
can be used for more than just editing notebooks. JupyterLab was
designed with extensibility in mind, so next I will show how to create
a plugin that adds custom functionality to the interface. Then I will
show some existing extensions that target the scientific ecosystem,
including support for exploring HDF5 files. Finally, I will end with
an exploration of new features coming to JupyterLab.## Setup
```bash
conda env create -f environment.yml
conda activate icalepcs-2019-jupyterlab
./postBuildjupyter lab
```