Source directory problem for notebook examples
See original GitHub issueI had some trouble building the docs using
make html
from the /docs directory. The problem seemed to come from the file ‘tools/nbgenerate.py’, which has the line
SOURCE_DIR = ("/home/skipper/statsmodels/statsmodels-skipper/examples/"
"notebooks")
Obviously the first directory didn’t exist for me, which caused an error.
Current version: 0.6.0.dev-b2c35b4
Issue Analytics
- State:
- Created 10 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Support notebooks outside of Sphinx root directory. · Issue #297
I'm currently using nbsphinx to convert example notebooks to static ... folder with it's sphinx scripts from (jupyter notebook-)source files ...
Read more >vscode interactive notebooks nuget directory error
Turns out, vscode interactive notebook uses the nuget configuration included in Nuget.Config found in "C:\Users{computer ...
Read more >Data Directory in Jupyter Notebooks | by Nilo Araujo - Medium
We propose two ways to solve this problem: Using a environment variable inside a notebook; Using a data module. Environment Variable. With this ......
Read more >Work with notebooks and other files in Databricks Repos
Learn how to work with notebooks and other files in Databricks Repos integrated with a remote Git repository.
Read more >How To: Change the default start directory for Jupyter Notebook
By default, the start directory for Jupyter Notebook used in ArcGIS API for Python is set to the following folder: C:\Users\<User>.
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 Free
Top 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
Googled my error and came across an old thread. I hadn’t built statsmodels in place yet-
Builds fine now.
The relative path in #1854 works for me.
I’m using Anaconda and ended up having to do
$ export PYTHONPATH="/Users/clark/statsmodels
before building docs since it was unable to importstatsmodels.compat
.After that the docs start building until I get the following error. Not sure what it means to have all these cells with exceptions also.