You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Luckily, the newest version of jupyter-book has fixed all the windows problems that we know of. The new release is being tested here: jupyter-book/jupyter-book#911
so you can either wait a day or two for version 0.8 to come out, or install it like this:
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
andrunjb.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.
The text was updated successfully, but these errors were encountered: