Skip to content

Commit

Permalink
Copy .jupyter into the root of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpistorius committed Feb 23, 2024
1 parent 3245a0a commit 16b64b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash -v

cp -R .binder/.jupyter .

# determine which version of Quarto to install
QUARTO_VERSION=1.4.550

Expand Down Expand Up @@ -87,4 +89,4 @@ python3 -m pip install jupyterlab-quarto==0.1.45

echo
echo Completed
echo
echo

0 comments on commit 16b64b0

Please sign in to comment.