Skip to content
New issue

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

Allow to use last jupyter notebook tool version in batch mode with R code #266

Open
yvanlebras opened this issue Feb 12, 2025 · 4 comments

Comments

@yvanlebras
Copy link

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:

  1. Create a jupyter notebook using R env in the last version of jupyternotebook tool
  2. kill the job and execute the same last version of jupyternotebook tool in batch mode to execute the jupyter notebook created in the previous step
  3. Look at the error

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)

@yvanlebras
Copy link
Author

Link with previous issue #244

@bgruening
Copy link
Member

Can you attach an example Notebook please?

@yvanlebras
Copy link
Author

yvanlebras commented Feb 13, 2025

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"

@yvanlebras
Copy link
Author

And the error message : jupyter_client.kernelspec.NoSuchKernel: No such kernel named conda-env-rlang-kernel-r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants