Treffer: Getting Started with JupyterNotebook
Weitere Informationen
This 1.5 hour workshop is designed to give you a simple introduction to JupyterNotebook and explain how it can make research software more reproducible. We'll also share some tips to help you get started. During the presentation, we talked about the concept behind JupyterNotebook, its role in making research software documentation easier, and highlighted its impressive features for education and reporting (15 minutes). In the practical part, we'll explore the following items by opening a JupyterLab page on the Jupyter website: Notebook Basics Creating a New Notebook Understanding Cells (Code, Markdown) Executing Code Cells Modifying and Saving Notebooks Switching between kernels Accessing terminal for using command line Markdown for Documentation Introduction to Markdown Basic Markdown Syntax Formatting Text (Headings, Emphasis, Lists) Inserting Images and Links Working with Code Cells How to install Python packages via JupyterNotebook (! pip install .) Using Ipython Widgets to make interactive visualizations (Open the notebooks_Jupyter_workshop.ipynb file) How to use Kaggle to access other's notebooks and reuse them As a summary, this workshop is designed to highlight the importance of using JupyterNotebook/Lab as an essential tool for research data analysis and documentation, aiming to capture participants' attention. The notebooks_Jupyter_workshop.ipynb was used to show the features of the JupyterNotebook environment. It include basics about : Code cell for running simple pyhton codes Basic syntax of Markdown Language Import packages Visualizing outputs Using IPythonWidgets for inteactive visualization