Jupyter Book Installation on Windows win32api Not Found Error #372
Unanswered
Baalkikhaal
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I can resolve the error after following the page on Working on Windows. I installed the Jupyter-Book on a WSL2 Ubuntu 18.04 Python virtual environment with Python 3.8 from deadsnakes PPA repository. The dependencies are installed via sphinx
pandas
matplotlib
quantecon
jupyter-book `` /home/fubar/JupyterBookProjects/quantecon-mini-example/mini_book/docs/about_py.md:33: WARNING: Unknown interpreted text role "cite".
/home/fubar/JupyterBookProjects/quantecon-mini-example/mini_book/docs/about_py.md:33: WARNING: Unknown interpreted text role "cite".
/home/fubar/JupyterBookProjects/quantecon-mini-example/mini_book/docs/about_py.md:138: WARNING: Unknown directive type "bibliography". The jupyter-book version is $ jupyter-book --version
Jupyter Book: 0.10.2
MyST-NB: 0.12.3
Sphinx Book Theme: 0.1.0
MyST-Parser: 0.13.7
Jupyter-Cache: 0.4.2
NbClient: 0.5.3 Please suggest what to do to get a working citation tool. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I installed Jupyter Book using anaconda. The version details are
> jupyter-book --version Jupyter Book: 0.10.2 MyST-NB: 0.12.3 Sphinx Book Theme: 0.1.0 MyST-Parser: 0.13.7 Jupyter-Cache: 0.4.2 NbClient: 0.5.3
I cloned the qauntecon-mini-example repository. Upon building the book I get following Warnings
Do I need to add
pywin32
module to myenvironment.yml
file?Beta Was this translation helpful? Give feedback.
All reactions