JupyterLab is an extensible environment for interactive and reproducible
computing, based on the Jupyter Notebook and Architecture.
JupyterLab is the next-generation user interface for Project Jupyter offering
all the familiar building blocks of the classic Jupyter Notebook (notebook,
terminal, text editor, file browser, rich outputs, etc.) in a flexible and
powerful user interface. JupyterLab will eventually replace the classic Jupyter
Notebook.
The current JupyterLab releases are suitable for general usage, and the
extension APIs will continue to evolve for JupyterLab extension developers.
WWW: https://jupyter.org/
The application author creates a JupyterLab build on their machine using the
core JupyterLab application. They can then serve their files by subclassing the
LabServerApp with the appropriate configuration and creating a Python entry
point that launches the app.
WWW: https://jupyter.org/
WWW: https://github.com/jupyterlab/jupyterlab_server
pyjson5 is a Python implementation of the JSON5 data format.
JSON5 extends the JSON data interchange format to make it slightly more usable
as a configuration language:
- JavaScript-style comments (both single and multi-line) are legal.
- Object keys may be unquoted if they are legal ECMAScript identifiers
- Objects and arrays may end with trailing commas.
- Strings can be single-quoted, and multi-line string literals are allowed.
This project implements a reader and writer implementation for Python; where
possible, it mirrors the standard Python JSON API package for ease of use.
There is one notable difference from the JSON api: the load() and loads()
methods support optionally checking for (and rejecting) duplicate object keys;
pass allow_duplicate_keys=False to do so (duplicates are allowed by default).
WWW: https://github.com/dpranke/pyjson5
- Add upstream patch to fix a case where tarsnap messages are
repeated multiple times in acts output
- Bump PORTREVISION
- Take maintainership. Thank you to Mark, who looked after
this port for over 4 years!
Approved by: feld
Requires C11 compiler:
src/s3ql/deltadump.c:9529: error: passing argument 2 of '__builtin_expect' with different width due to prototype
Approved by: mentors (implicit approval)
* VMs were sorted by VM version by lexicographically sorting the version as
a string. Switch to numeric sorting now that there are versions like
10, 11, and 12 so that the intended sort order (most recent first) is
preserved.
* Bump minor version.