Skip to content

Commit

Permalink
pip install mrpro with notebook option
Browse files Browse the repository at this point in the history
  • Loading branch information
fzimmermann89 committed Jan 12, 2025
1 parent 43c96cf commit 43aa4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .precommit/add_notebook_preemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import importlib
if not importlib.util.find_spec('mrpro'):
%pip install mrpro
%pip install mrpro[notebooks]
"""

# the temp files of jupytext have the header which looks like:
Expand Down

0 comments on commit 43aa4e4

Please sign in to comment.