Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.2 KB
jupyter
jupytext kernelspec
text_representation
extension format_name format_version jupytext_version
.md
markdown
1.3
1.16.0
display_name language name
(heasoft)
python
conda-env-heasoft-py

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