alnoda-workspaces/workspaces/notebook-workspace/mkdocs/present.md
2022-07-20 17:08:36 +00:00

2.8 KiB

{% set tools = [ { "env": "FILEBROWSER_URL", "name": "File Browser", "image": "Filebrowser.png", "description": "Browse, upload and download files and folders to and from the Workspace" }, { "env": "VOILA_URL", "name": "Voila", "image": "voila.png", "description": "Render live Jupyter notebooks with interactive widgets from folder /home/project/voila" }, { "env": "STATICFS_URL", "name": "Static File Server", "image": "Static-server.png", "description": "Serve any static websites like a breeze" }, { "env": "MERCURY_URL", "name": "Mercury", "image": "mercury.png", "description": "Mercury is a perfect tool to convert Python notebook to interactive web app. Not running! Start serving any folder, i.e cd /home/examples/mercury; mercury run 0.0.0.0:8035" }, ] %}

{% for tool in tools %} {% set tool_url = get_tool_url(tool.env) %}
{% if tool.subpath is defined %} {% else %} {% endif %}
{{ tool.name }}
{{ tool.description }}
{% endfor %}