We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Creating a notebook with the last Jupyter notebook tool https://github.com/usegalaxy-eu/galaxy/blob/release_24.1_europe/tools/interactive/interactivetool_jupyter_notebook_1.0.1.xml using R env don't allows to reuse the created notebook with the same Jupyter notebook tool version in batch mode as R env is not recognize as a "real" R kernel, only Python and Julia Kernels are "really" existing so useable in batch mode
Browser and Operating System Operating System: Windows Browser: Firefox
To Reproduce Steps to reproduce the behavior:
Expected behavior no error on execution
Proposed solution: Update existing docker image https://github.com/usegalaxy-eu/galaxy/blob/release_24.1_europe/tools/interactive/interactivetool_jupyter_notebook_1.0.1.xml#L3 so it can propose prposed "env" as "real" kernels, notably R (and pay attention to keep the same kernel name than in previous images used for previous version of the tool)
The text was updated successfully, but these errors were encountered:
Link with previous issue #244
Sorry, something went wrong.
Can you attach an example Notebook please?
THANK YOU Björn for your message! An example is accessible there: https://ecology.usegalaxy.eu/u/ylebras/h/test-jupyter-notebookarthur-internshipantarctic-ecosystem-state "step 9"
And the error message : jupyter_client.kernelspec.NoSuchKernel: No such kernel named conda-env-rlang-kernel-r
jupyter_client.kernelspec.NoSuchKernel: No such kernel named conda-env-rlang-kernel-r
No branches or pull requests
Describe the bug
Creating a notebook with the last Jupyter notebook tool https://github.com/usegalaxy-eu/galaxy/blob/release_24.1_europe/tools/interactive/interactivetool_jupyter_notebook_1.0.1.xml using R env don't allows to reuse the created notebook with the same Jupyter notebook tool version in batch mode as R env is not recognize as a "real" R kernel, only Python and Julia Kernels are "really" existing so useable in batch mode
Browser and Operating System
Operating System: Windows
Browser: Firefox
To Reproduce
Steps to reproduce the behavior:
Expected behavior
no error on execution
Proposed solution: Update existing docker image https://github.com/usegalaxy-eu/galaxy/blob/release_24.1_europe/tools/interactive/interactivetool_jupyter_notebook_1.0.1.xml#L3 so it can propose prposed "env" as "real" kernels, notably R (and pay attention to keep the same kernel name than in previous images used for previous version of the tool)
The text was updated successfully, but these errors were encountered: