eoas-ubc / eoas_tlef

developing jupyter courseware for eoas 2020
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

runjb commands for gitbash on windows? #39

Open fiendskrah opened 3 years ago

fiendskrah commented 3 years ago

I'm working on a project that utilizes a makefile to build a jupyterbook. On windows, this results in the codec error, which led me to install runjb to my conda environment.

However, attempting to run runmyst.sh and runjb.sh on gitbash results in a command not found error.

I am unsure if I am missing something obvious or if runjb is not configured to work on gitbash on windows.

phaustin commented 3 years ago

Luckily, the newest version of jupyter-book has fixed all the windows problems that we know of. The new release is being tested here: https://github.com/executablebooks/jupyter-book/pull/911

so you can either wait a day or two for version 0.8 to come out, or install it like this:

pip install git+https://github.com/executablebooks/jupyter-book@upgrade/myst-nb-0.9 --upgrade

if that doesn't work and you can point me to a repo with your book I can try to diagnose