We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72056f5 commit f75f26bCopy full SHA for f75f26b
activate.sh
@@ -0,0 +1 @@
1
+source $(dirname $0)/.binder/postBuild
pixi.toml
@@ -32,7 +32,7 @@ test = "bash ./test.sh"
32
# Workaround overrides JupyterLab configuration (at the environment level) to
33
# make double-clicking on a Jupytext Markdown file open that file as a
34
# notebook. This is important for the development workflow for contributors.
35
-scripts = ["bash {$PIXI_PROJECT_ROOT}/.binder/postBuild"]
+scripts = ["activate.sh"]
36
37
[feature.base.dependencies]
38
python = ">=3.11"
0 commit comments