From f998b1997fc9f8d7b7f2ead592c5b8b73cbb1577 Mon Sep 17 00:00:00 2001 From: Daniel Blankenberg Date: Tue, 22 Mar 2022 12:01:30 -0400 Subject: [PATCH] Update JupyTool --- .../interactive/interactivetool_jupytool.xml | 194 +++++++++++++----- 1 file changed, 143 insertions(+), 51 deletions(-) diff --git a/tools/interactive/interactivetool_jupytool.xml b/tools/interactive/interactivetool_jupytool.xml index c532e7cae1a..3f872507f31 100644 --- a/tools/interactive/interactivetool_jupytool.xml +++ b/tools/interactive/interactivetool_jupytool.xml @@ -1,11 +1,11 @@ - + quay.io/bgruening/docker-jupyter-notebook:ie2 8888 - ipython/lab + lab? @@ -13,36 +13,61 @@ $__galaxy_url__ 8080 $__galaxy_url__ - + - + + + - + - + + + + + + + - - + + + + + - + + + + + + + + + + + + + - + - + - + + + + + + + + + + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + @@ -143,7 +235,7 @@ Galaxy offers you to use Jupyter Notebooks directly in Galaxy accessing and interacting with Galaxy datasets as you like. A very common use-case is to do the heavy lifting and data reduction steps in Galaxy and the plotting and more `interactive` part on smaller datasets in Jupyter. - You can start with a new Jupyter notebook from scratch or load an already existing one, e.g. from your collegue and execute it on your dataset. + You can start with a new Jupyter notebook from scratch or load an already existing one, e.g. from your colleague and execute it on your dataset. If you have a defined input dataset you can even execute a Jupyter notebook in a workflow, given that the notebook is writing the output back to the history. You can import data into the notebook via a predefined `get()` function and write results back to Galaxy with a `put()` function.