Skip to content

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

@yvanlebras

Description

@yvanlebras

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions