Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 877 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 877 Bytes
jupytext kernelspec
cell_metadata_filter main_language notebook_metadata_filter text_representation
-all
bash
-all
extension format_name format_version jupytext_version
.md
myst
0.13
1.11.0
display_name language name
Python 3
python
python3

Workflow

  • First install mamba and conda-lock into your base environment

    conda activate base
    conda install mamba conda-lock
    
  • Then create a lock file for your platform and use it to make a new environment

    conda-lock -f environment.yml -p osx-64   (or linux-64 or win-64)
    mamba create --name test --file conda*lock*
    conda activate test
    
  • Finally, install the command line utilities using an editable install:

    pip install -e .
    

Running filter_notebook

  cd notebooks
  filter_notebook two_layers.md new_layers.md