Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ca1d02

Browse files
committedAug 2, 2023
Merge branch 'doku_rework' of https://github.com/magpylib/magpylib into doku_rework
2 parents b226cef + 0ad604a commit 1ca1d02

File tree

137 files changed

+6231
-15718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+6231
-15718
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"@jupyterlab/docmanager-extension:plugin": {
3+
"defaultViewers": {
4+
"markdown": "Jupytext Notebook",
5+
"myst": "Jupytext Notebook"
6+
}
7+
}
8+
}

‎.binder/postBuild

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Stop everything if one command fails
2+
set -e
3+
4+
# See https://github.com/mwouts/jupytext/issues/803#issuecomment-982170660
5+
mkdir -p ${HOME}/.jupyter/labconfig
6+
cp .binder/labconfig/* ${HOME}/.jupyter/labconfig

0 commit comments

Comments
 (0)
Please sign in to comment.