jupyter | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This directory is a place to collect helpful Jupyter notebooks specifically designed for HEASARC@SciServer. For a general introduction of the notebooks, see the introduction notebook
Community feedback and contribution are welcomed and encouraged! Contributed notbeooks will be reviewed by HEASARC scientists and added to the collection. If you plan to contribute, please follow the general format shown in the template file
The tutorials are in markdown
format, and need jupytext
to run them.
On Sciserver, this is included in the heasoft
conda environment.
If you want to run the notebooks elsewhere, make sure jupytext
is installed
with pip install jupytext
before starting jupyterlab
.
Once jupytext
is installed, the markdown notebooks can be used like
classical ipynb
notebooks. The markdown format can be converted to the
classical format by running:
jupytext --to notebook markdown-file.md