Skip to content

eoas-ubc/quiz_mill

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published