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

3.5 KiB

{% set tools = [ { "env": "IDE_URL", "name": "IDE", "image": "assets/home/IDE.jpg", "description": "Browser-based version of Visual Studio Code. Develop in any language, install hundreeds of extensions" }, { "env": "TERMINAL_URL", "name": "Terminal", "image": "assets/home/Terminal.png", "description": "Full-fledged browser-based terminal with Z-shell" }, { "env": "FILEBROWSER_URL", "name": "File Browser", "image": "assets/home/Filebrowser.png", "description": "Browse, upload and download files and folders to and from the Workspace" }, { "env": "JUPYTER_NOTEBOOK_URL", "name": "Jupyter Notebooks", "image": "assets/home/Jupyter.png", "description": "Classic notebook experience. Great for data exploration, analysis and visualisation." }, { "env": "JUPYTER_LAB_URL", "name": "Jupyter Lab", "image": "assets/home/Jupyterlab.png", "description": "Notebook development environment. Great for complex notebook projects" }, { "env": "DTALE_URL", "name": "D-Tale", "image": "assets/home/dtale.png", "description": "Comprehensive visual exploration, analysis and discovery from dataset files." }, { "env": "LUIGI_URL", "name": "Luigi", "image": "assets/home/luigi.png", "description": "Luigi helps you build complex pipelines of batch jobs in Python" } ] %}

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