Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runjb commands for gitbash on windows? #39

Open
fiendskrah opened this issue Aug 31, 2020 · 1 comment
Open

runjb commands for gitbash on windows? #39

fiendskrah opened this issue Aug 31, 2020 · 1 comment

Comments

@fiendskrah
Copy link

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
Copy link
Contributor

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants