Open melissawm opened 2 years ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
Hey @melissawm can you also provide the version of jupyter_client and jupyter_core that this occurs for, as it seems relevant.
I think it relates to this: https://github.com/jupyter/jupyter_core/issues/310
This deprecation warning has been observed in nbclient tests also: https://github.com/jupyter/nbclient/issues/261#issuecomment-1331024787
Not sure offhand what the correct "fix" is for this 🤔
Here you go:
jupyter_client 7.4.8 pyhd8ed1ab_0 conda-forge
jupyter_core 5.1.0 py39hf3d152e_0 conda-forge
Thanks for looking into it!
Describe the bug
I am not sure this is the right repo to report this, so apologies if I got it wrong. Please advise and I'll post it somewhere else.
context When I add myst-nb to the SciPy documentation.
expectation I expected the mix of rst and myst documentation to be built :)
bug But instead I get a "JUPYTER_PLATFORM_DIRS" warning/error. Please check the full CircleCI log for details
This also happens when running locally both on Linux and Mac (both using conda).
problem This is a problem because it prevents the docs from being built, unless the JUPYTER_PLATFORM_DIRS env variable is set. I am hoping we don't need to add this step to our build workflow.
Reproduce the bug
See the CircleCI docs build log
List your environment