rpms
The python-azure-loganalytics package
Updated 2026-01-16 02:22:40 +00:00
The python-azure-mgmt-batchai package
Updated 2026-01-16 02:22:37 +00:00
The python-azure-mgmt-batch package
Updated 2026-01-16 02:22:37 +00:00
The python-azure-mgmt-cdn package
Updated 2026-01-16 02:22:36 +00:00
The python-azure-mgmt-consumption package
Updated 2026-01-16 02:22:35 +00:00
The python-azure-mgmt-network package
Updated 2026-01-16 02:22:25 +00:00
The python-azure-sdk-tools package
Updated 2026-01-16 02:22:14 +00:00
Furo is a Sphinx theme, which is:
- Intentionally minimal --- the most important thing is the content, not
the scaffolding around it.
- Responsive --- adapting perfectly to the available screen space, to
work on all sorts of devices.
- Customizable --- change the color palette, font families, logo and
more!
- Easy to navigate --- with carefully-designed sidebar navigation and
inter-page links.
- Good looking content --- through clear typography and well-stylized
elements.
- Good looking search --- helps readers find what they want quickly.
- Biased for smaller docsets --- intended for smaller documentation
sets, where presenting the entire hierarchy in the sidebar is not
overwhelming.
Updated 2026-01-16 02:17:27 +00:00
Have you always wished [Jupyter](https://jupyter.org/) notebooks were plain
text documents? Wished you could edit them in your favorite IDE? And get
clear and meaningful diffs when doing version control?
Then... [Jupytext](https://jupytext.readthedocs.io/) may well be the tool
you're looking for!
[Jupytext](https://jupytext.readthedocs.io/) is a plugin for Jupyter that can
save Jupyter notebooks as
- Markdown files (or MyST Markdown files, or R Markdown or Quarto text
notebooks)
- Scripts in many languages.
Common use cases for Jupytext are:
- Doing version control on Jupyter Notebooks
- Editing, merging or refactoring notebooks in your favorite text editor
- Applying Q&A checks on notebooks.
Updated 2026-01-16 02:15:15 +00:00
[Nbdime](https://nbdime.readthedocs.io/) provides tools for diffing and merging
of [Jupyter](https://jupyter.org/) notebooks.
- nbdiff: compare notebooks in a terminal-friendly way
- nbmerge: three-way merge of notebooks with automatic conflict resolution
- nbdiff-web: shows you a rich rendered diff of notebooks
- nbmerge-web: gives you a web-based three-way merge tool for notebooks
- nbshow: present a single notebook in a terminal-friendly way
Updated 2026-01-16 02:13:16 +00:00