uw-ssec / rse-guidelines

Research Software Engineering Guidelines Documents
https://rse-guidelines.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

docs(section): Add section on notebooks and interactive environments #9

Open lsetiawan opened 12 months ago

lsetiawan commented 12 months ago

Overview

This section should cover topics about Jupyter, the use of Jupyter notebook and spinning up a Jupyter lab server. This can also include setting up an overall conda environment dedicated for jupyterlab, installing nb_conda_kernels. Having ipykernel installed in other conda environment so the main jupyterlab can discover that.

If there are other interactive environments worth of note, it can be added here as well.

Contributing

Contribute here: https://github.com/uw-ssec/rse-guidelines/blob/main/fundamentals/computing-development-environments/notebooks-interactive-environments.md

Resources