{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "national-cologne", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Cloning into 'tutorial'...\n", "remote: Enumerating objects: 2007, done. \n", "remote: Counting objects: 100% (85/85), done. \n", "remote: Compressing objects: 100% (65/65), done. \n", "remote: Total 2007 (delta 37), reused 37 (delta 20), pack-reused 1922 \n", "Receiving objects: 100% (2007/2007), 7.18 MiB | 26.53 MiB/s, done.\n", "Resolving deltas: 100% (1321/1321), done.\n" ] } ], "source": [ "git clone https://github.com/jupyter-widgets/tutorial.git" ] }, { "cell_type": "code", "execution_count": null, "id": "induced-family", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "equivalent-determination", "metadata": {}, "source": [ "**Example Dashboards**:\n", "\n", "https://cosimo.fz-juelich.de/ \n", "https://covid19-bayesian.fz-juelich.de/\n", "\n", "**Dashboards for Science**:\n", "\n", "https://www.fz-juelich.de/SharedDocs/Termine/IAS/JSC/DE/Kurse/2021/dashboards-2021.html" ] } ], "metadata": { "kernelspec": { "display_name": "Bash", "language": "bash", "name": "bash" }, "language_info": { "codemirror_mode": "shell", "file_extension": ".sh", "mimetype": "text/x-sh", "name": "bash" } }, "nbformat": 4, "nbformat_minor": 5 }