-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
4_possible_issues_for_building_html_using_jupyter-book #1
Comments
thanks @shlff. Just a few preliminary points.
Issue [1]: This is likely an issue in the Issue [2]: This is a limitation of Issue [3] and Issue [4] may be as a result of Issue [2] so let's iterate on those first to see if they resolve these. |
hey @shlff I can't replicate these issues on my mac. I would recommend you do the following: conda create -n jupyterbook python=3.7 anaconda then activate the conda activate jupyterbook then install pip install jupyter-book you should see this install downgrades Installing collected packages: libsass, sphinx, pydata-sphinx-theme, sphinx-book-theme, nest-asyncio, async-generator, nbclient, sphinx-thebe, sphinx-togglebutton, jupyter-sphinx, markdown-it-py, myst-parser, smmap, gitdb, GitPython, nbdime, jupyter-cache, myst-nb, latexcodec, pybtex, pybtex-docutils, oset, sphinxcontrib-bibtex, sphinx-copybutton, jupyter-book
Attempting uninstall: sphinx
Found existing installation: Sphinx 3.1.2
Uninstalling Sphinx-3.1.2:
Successfully uninstalled Sphinx-3.1.2
Successfully installed GitPython-3.1.7 async-generator-1.10 gitdb-4.0.5 jupyter-book-0.7.4 jupyter-cache-0.2.2 jupyter-sphinx-0.2.4 latexcodec-2.0.1 libsass-0.20.0 markdown-it-py-0.4.8 myst-nb-0.8.4 myst-parser-0.10.0 nbclient-0.4.1 nbdime-2.0.0 nest-asyncio-1.4.0 oset-0.1.3 pybtex-0.22.2 pybtex-docutils-0.2.2 pydata-sphinx-theme-0.3.1 smmap-3.0.4 sphinx-2.4.4 sphinx-book-theme-0.0.34 sphinx-copybutton-0.3.0 sphinx-thebe-0.0.7 sphinx-togglebutton-0.2.1 sphinxcontrib-bibtex-1.0.0 Install dependencies: pip install quantecon Then run the build jb build ctmc_lectures then we will be working to the same software environment. I get the following issues showing up
|
The I don't have write access to submit a PR but these are the changes required.
|
I will update https://jupyterbook.org/content/citations.html?highlight=bibliography#citations-and-bibliographies to document this. See jupyter-book/jupyter-book#863 |
Thanks a lot, @mmcky . As you instructed, I added Please find the screenshot attached. |
Hi @mmcky , when I use the command
jupyter-book build ctmc_lectures/
to build html files from the original files, I come across 4 issues:970 : WARNING: duplicate citation
,OSError: [Errno 24] Too many open files
,ValueError
,AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Please find the screenshot for the execution and those issues with red labels below:
However, when I use the command
jupyter-book page path/xx.md
to build HTML files for those md-myst files separately, it works well.Do you think how I should improve those issues? I look forward to your comments.
The text was updated successfully, but these errors were encountered: