koennijbroek

Untitled

Jan 23rd, 2025 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <tool id="interactive_tool_jupyter_notebook" tool_type="interactive" name="Interactive Jupyter Notebook" version="0.3" profile="22.01">
  2. <requirements>
  3. <container type="docker">quay.io/bgruening/docker-jupyter-notebook:2021-03-05</container>
  4. </requirements>
  5. <entry_points>
  6. <entry_point name="Jupyter Interactive Tool" requires_domain="True">
  7. <port>8888</port>
  8. <url>ipython/lab</url>
  9. </entry_point>
  10. </entry_points>
  11. <environment_variables>
  12. <environment_variable name="HISTORY_ID">$__history_id__</environment_variable>
  13. <environment_variable name="REMOTE_HOST">$__galaxy_url__</environment_variable>
  14. <environment_variable name="GALAXY_WEB_PORT">8080</environment_variable>
  15. <environment_variable name="GALAXY_URL">$__galaxy_url__</environment_variable>
  16. <environment_variable name="API_KEY" inject="api_key" />
  17. </environment_variables>
  18.  
Advertisement
Add Comment
Please, Sign In to add comment