jupyter-tutorial icon indicating copy to clipboard operation
jupyter-tutorial copied to clipboard

Training materials for setting up and using a research infrastructure based on Jupyter notebooks: https://cusy.io/en/seminars

Results 49 jupyter-tutorial issues
Sort by recently updated
recently updated
newest added

### Update [furo](https://pypi.org/project/furo) from **2024.1.29** to **2024.4.27**. Changelog Links - PyPI: https://pypi.org/project/furo - Changelog: https://data.safetycli.com/changelogs/furo/ ### Update [ipython](https://pypi.org/project/ipython) from **8.23.0** to **8.24.0**. *The bot wasn't able to find a changelog...

update

updates: - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2)

Notebook 7 is based on JupyterLab 4, so the UI had some changes and also benefits from all the goodies of Lab, higher accessibility, and many other things. https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html

* [nbdev: use Jupyter Notebooks for everything](https://www.fast.ai/2019/12/02/nbdev/) * [Docs](https://nbdev.fast.ai/)

* [Statistical Data Validation for Pandas](https://pandera.readthedocs.io/) * [dataenforce](https://github.com/CedricFR/dataenforce)

documentation
enhancement

* `answer.c` ```c int answer(void) { return 42; } ``` * `answer.h` ```c int answer(void); ``` * `answer.pxd` ```pxd cdef extern from "answer.h": int answer() ``` * `answer.pyx` ```pyx cimport...

documentation
enhancement

* [GitHub](https://github.com/gaogaotiantian/viztracer) * [Docs](https://viztracer.readthedocs.io/en/latest/) * [Profiling and tracing information for Python using viztracer and perf, the GIL exposed](https://github.com/maartenbreddels/per4m)

documentation
enhancement

Lumen is a framework to build dashboards from a simple yaml specification. * [Docs](https://lumen.holoviz.org/index.html) * [GitHub](https://github.com/holoviz/lumen)

documentation
enhancement

* [Home](https://www.prefect.io/) * [Jupyter Tasks](https://docs.prefect.io/api/latest/tasks/jupyter.html#executenotebook) * [prefect_PPP_demo.ipynb](https://github.com/PrefectHQ/prefect-binder-tutorial/blob/master/advanced-tutorials/prefect_PPP_demo.ipynb) * [Dask integration](https://examples.dask.org/applications/prefect-etl.html)

documentation
enhancement

* pydantic * [ ] [GitHub](https://github.com/samuelcolvin/pydantic) * [ ] [Docs](https://pydantic-docs.helpmanual.io/) * [ ] [Fast API Extra Models](https://fastapi.tiangolo.com/tutorial/extra-models/) * sphinx-pydantic * [ ] [GitHub](https://github.com/Zsailer/sphinx-pydantic) * [ ] [Docs](https://sphinx-pydantic.readthedocs.io/en/latest/)

documentation
enhancement