I would like to use a custom ipython_config.py file for notebooks stored in a GitHub repo. I have a test file in the repo that runs the notebooks using the nbconvert ExecutePreprocessor. Right now, the test file temporarily updates the test runner's IPYTHONDIR environment variable during the test run, but I'd prefer to not do this because it seems hacky and I'm worried about editing other contributors' environment variables once others are running the tests. Is there any way to programmatically set the IPython directory or ipython_config.py path without environment variables? And/or is there any way to somehow pass the config to the preprocessor?
-- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/248952d6-3747-4224-ad62-264e2c1764b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
