Jupyter-Tutorial

@JupyterTutorial
177 Followers
5 Following
84 Posts
Teaching materials for the cusy training courses on setting up and using a research infrastructure based on Jupyter notebooks: https://cusy.io/en/seminars
Docshttps://readthedocs.org/projects/jupyter-tutorial/
Sourcehttps://github.com/veit/jupyter-tutorial/
Almost more significant than the success of Python is the growth of Jupyter Notebooks: “Data scientists and machine learning researchers commonly use the open source application for machine learning, data visualization, and more.”
https://jupyter-tutorial.readthedocs.io/en/latest/index.html
#Python #Jupyter #Notebook #OpenSource #MachineLearning #DataViz #GitHub
Which Python dashboard library for which purpose?
We were left with only two candidates: Voilà and Panel: https://jupyter-tutorial.readthedocs.io/en/latest/dashboards/voila-panel.html
#DataViz #Python
Voilà vs. Panel

A major difference between Panel and Voilà lies in the processing of the notebooks: Voilà is based directly on the notebook format and transfers the entire output to the Voilà dashboard, whereas in...

Jupyter Tutorial
Wir haben das deutschsprachige Jupyter-Tutorial 1.1.1 mit vielen Ergänzungen veröffentlicht. Genauere Infos erhaltet ihr im Changelog: https://jupyter-tutorial.readthedocs.io/de/latest/whatsnew.html
#Jupyter #JupyterLab #MyST
Was ist neu?

1.1.1 🔖 Jupyter-Tutorial 1.1.1, ✏️ Fix PDF structure. 1.1.0 🔖 Jupyter-Tutorial 1.1.0, 📝 Add ‘What’s new’ section, 📝 Add Executable Books, 💄 Beautify the Jupyter overview, 📝 Add JupyterLab documenta...

Jupyter Tutorial
The data science workflow has been extracted from the Jupyter Tutorial: https://mastodon.social/@Python4DataScience/110525868831597411
#DataScience #Python #Jupyter
Adding concept and environment variable mapping when migrating from #GitHub Actions to #GitLab CI/CD: https://jupyter-tutorial.readthedocs.io/en/latest/productive/git/gitlab/github-migration.html#mapping
Migrating GitHub Actions

GitLab CI/CD and GitHub Actions have some similarities in configuration, making migration to GitLab CI/CD relatively easy: Workflow configuration files are written in YAML and are stored in the rep...

Jupyter Tutorial
We took a closer look at hermes today – it can significantly simplify the citation of research software: https://jupyter-tutorial.readthedocs.io/en/latest/productive/cite/software.html#hermes
#research #software
Cite software

James Howison and Julia Bullard listed the following examples in descending reputations in their 2016 article Software in the scientific literature: citing publications that describe the respective...

Jupyter Tutorial
Migrating GitHub Actions

GitLab CI/CD and GitHub Actions have some similarities in configuration, making migration to GitLab CI/CD relatively easy: Workflow configuration files are written in YAML and are stored in the rep...

Jupyter Tutorial
We have published a section on how to use GitLab as a Python package index: https://python-basics-tutorial.readthedocs.io/en/latest/libs/gitlab.html
#GitLab #Python #PyPI
GitLab Package Registry

You can also publish your distribution packages in the package registry of your GitLab project and use them with both Pip and twine. Authentication: To authenticate to the GitLab Package Registry, ...

Python Basics

Section added to the secure maintenance and operation of Python applications following the rules of the OpenSSF Scorecard: https://jupyter-tutorial.readthedocs.io/en/latest/productive/security.html

#Python #itsec #OpenSSF @openssf

Security

In the previous chapters we have already given some hints that enable a safer operation. Here we want to summarise and expand the individual elements. In doing so, we will be guided by the OpenSSF ...

Jupyter Tutorial
Licensing

In order for others to use your software, it should have one or more licences that describe the terms of use. Otherwise, it is likely to be protected by copyright. Authors are those who have origin...

Jupyter Tutorial