Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Documentation fails to build complaining about vr-python3 not found #49

Closed
dalonsoa opened this issue Jul 29, 2022 · 1 comment · Fixed by #94
Closed

Documentation fails to build complaining about vr-python3 not found #49

dalonsoa opened this issue Jul 29, 2022 · 1 comment · Fixed by #94
Assignees
Labels
bug Something isn't working

Comments

@dalonsoa
Copy link
Collaborator

Describe the bug
Try to build the documentation and it fails with:

Exception occurred:
  File "/Users/dalonsoa/Documents/Projects/virtual_rainforest/.venv/lib/python3.9/site-packages/jupyter_client/kernelspec.py", line 294, in get_kernel_spec
    raise NoSuchKernel(kernel_name)
jupyter_client.kernelspec.NoSuchKernel: No such kernel named vr_python3

To Reproduce
Steps to reproduce the behavior:

Assuming you have the virtual environment activate, just run:

cd docs
make clean
make html

Expected behavior
The documentation should build without issues.

Screenshots
Not applicable

Desktop (please complete the following information):

  • OS: [e.g. iOS] MacOS
  • Version [e.g. 22] 12.4

Additional context
Using the plain develop branch with last commit dab3544

@dalonsoa dalonsoa added the bug Something isn't working label Jul 29, 2022
@davidorme
Copy link
Collaborator

See here: https://github.com/ImperialCollegeLondon/virtual_rainforest/blob/develop/docs/source/development/jupyter_notebooks.md#jupyter-lab

I'm not sure if this is solved by using the poetry venv in project setting. I have a feeling that there is still a local path issue. I may be over engineering this though. I commonly do.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants