{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "![EPFL](https://inside.epfl.ch/corp-id/wp-content/uploads/2019/05/EPFL_Logo_Digital_RGB_PROD-300x130.png) ![NOTO](Images/noto_300x130.png)\n", "\n", "# Welcome to Noto's ![poc](Images/poc_45x25_red.png) notebooks" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Congratulations!**\n", "\n", "You have just used `nbgitpuller` to **clone** a git repository (https://c4science.ch/source/noto-poc-notebooks/) and **pull** its content in your jupyter workspace." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "## Table of content\n", "\n", "The aim of this repository is to give you some practical hints on both the pedagogical and technical aspects of notebook writing.\n", "\n", "### How to organize your Python code?\n", "![python](http://www.techteachers.co.za/wp-content/uploads/python-logo64.png) Take a look at [this notebook](OrganizeCode/OrganizeCode.ipynb) !\n", "\n", "### How to include prediction questions in your notebooks?\n", "![python](http://www.techteachers.co.za/wp-content/uploads/python-logo64.png)\n", "![pedagogy](https://static1.squarespace.com/static/564f72ade4b0b0384379a293/t/5c7e8aefe79c701d7e5f4763/1551796980913/strategy.png)\n", "![question](https://cdn0.iconfinder.com/data/icons/super-mono-reflection/red/question-balloon_red.png) Check out [this notebook](PredictionQuestion/PredictionQuestion.ipynb), illustrated using a simple physics example!\n", "\n", "### How to embed **external resources** in your notebooks\n", "![python](http://www.techteachers.co.za/wp-content/uploads/python-logo64.png)\n", "![multimedia](https://images.sftcdn.net/images/t_app-logo-l,f_auto,dpr_auto/p/974baeec-42f5-405c-8bbc-fec81b7a2bf6/3217395839/focus-picture-gallery-icon.png) Open [this notebook](EmbedExternalResources/EmbedExternalResources.ipynb) and get started!\n", "\n", "### How to share your notebooks\n", "![git](https://www.file-extension.info/images/resource/64/git.png) TODO" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Contact**\n", "\n", "For any question, feel free to contact Noto support: [noto-support@groupes.epfl.ch](mailto:noto-support@groupes.epfl.ch).\n", "\n", "**End of the notebook**" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.8" } }, "nbformat": 4, "nbformat_minor": 2 }