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

Add a tile for GPU enabled JupyterLab interactive tool #672

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index-live.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ margin: auto;
<img class="card-img-top" src="/assets/media/interactive/jupyter.svg" title="Jupyter Lab with various kernerls including Python, R and Julia" />
<p class="textcard">Jupyter lab for Python, R and Julia</p>
</a>

<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_ml_jupyter_notebook" target="_top">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but then we need to change the tool as well: https://live.usegalaxy.eu/?tool_id=interactive_tool_ml_jupyter_notebook does not work at the moment.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<img class="card-img-top" src="https://jupyter.org/assets/main-logo.svg" title="GPU enabled JupyterLab for deep learning using Tensorflow" />
<p class="textcard">GPU enabled JupyterLab for deep learning using Tensorflow</p>
</a>

<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_rstudio" target="_top">
<img class="card-img-top" src="/assets/media/interactive/rstudio.png" title="RStudio with a basic R packages pre-installed."/>
Expand Down