Unable to build the jupyter book
See original GitHub issueDescribe the bug I am Unable to build the jupyter book
To Reproduce
git clone https://github.com/executablebooks/quantecon-mini-example
cd quantecon-mini-example
conda env create -f environment.yml
conda activate qe-mini-example
jupyter-book build ./mini_book
jupyter-book build ./mini_book
Expected behavior The expected Jupyter book in the build folder
Screenshots
Environment info
active environment : qe-mini-example
active env location : C:\Users\linigodelacruz\AppData\Local\Continuum\anaconda3\envs\qe-mini-example
shell level : 2
user config file : C:\Users\linigodelacruz\.condarc
populated config files : C:\Users\linigodelacruz\.condarc
conda version : 4.8.3
conda-build version : 3.15.1
python version : 3.7.7.final.0
virtual packages :
base environment : C:\Users\linigodelacruz\AppData\Local\Continuum\anaconda3 (writable)
channel URLs : https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\Users\linigodelacruz\AppData\Local\Continuum\anaconda3\pkgs
C:\Users\linigodelacruz\.conda\pkgs
C:\Users\linigodelacruz\AppData\Local\conda\conda\pkgs
envs directories : C:\Users\linigodelacruz\AppData\Local\Continuum\anaconda3\envs
C:\Users\linigodelacruz\.conda\envs
C:\Users\linigodelacruz\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/4.8.3 requests/2.23.0 CPython/3.7.7 Windows/10 Windows/10.0.17763
administrator : False
netrc file : None
offline mode : False
sphinx-build 2.4.4
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
Jupyter Book build fails after default create - Stack Overflow
From the launcher within Jupyter Lab, open a terminal; $ cd "Documents/Jupyter Books"; $ jb create MyCoolBook; New folder with template book ...
Read more >Build a small example project - Jupyter Book
You can build this book locally on the command line via the following steps: Ensure you have a recent version of Anaconda Python...
Read more >What to do when things go wrong - The Jupyter Notebook
Jupyter fails to start · Have you installed it? ;-) · If you're using a menu shortcut or Anaconda launcher to...
Read more >Creating an open-source book with Jupyter Book and Jupytext
Your browser can't play this video. ... https://giswqs.github.io/jb-demo/ Commands: jupyter - book build . jupyter - book build .
Read more >How to create your first book using Jupyter Book - YouTube
This video will show you steps to generate your first book using Jupyter - book. This is the first tutorial of the series....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@leilaicruz – I’ve updated that information for windows users here: https://github.com/phaustin/jupyter-book/blob/windows/docs/advanced/advanced.md#working-on-windows
@chrisjsewell exactly what I had in mind. I’ll submit a PR first thing in the morning.