Hi Everyone,
This is my attempt at writing a weekly summary of our video meeting we have each
Tuesday. I’m using the notes that have been taken during the meeting by the
collective effort so the quality of the section depends highly on the quality of
the notes taken.
Video: https://youtu.be/b8_l6KNCLco
These contain a statistics and short summary of all opened issues/pr that were open/merged.
There are some disagreements on a bringing backs hooks for the readline
interface (https://github.com/ipython/ipython/issues/10364). We would would like
people to read and pitch in if they have the use (or not).
The IPython team is participating in the
Docathon and we are writing docs !
Matthias is working on Async/Await in the REPL (just exploring simplifying
workflow), allowing bare await at the top level in the REPL.
Released 0.17 with enhancements to the Command Palette and RenderMime, and
numerous bug fixes.
https://github.com/jupyterlab/jupyterlab/releases/tag/v0.17.0
Successfully implemented Lerna[1] for mono-repo management in Phosphor,
preparing for JupyterLab next. JupyterLab will become a single repository
with independently versioned packages, that are all symbolic-linked when
working on JupyterLab itself. This will make consuming JupyterLab easier for
extension authors and for third party use.
https://github.com/jupyterlab/jupyterlab/issues/1773
Updated the HoverBox functionality to accept more options for how completers
and tooltips render, added the ability to handle arbitrarily nested hosts for
the anchor that the hover box follows:
https://github.com/jupyterlab/jupyterlab/pull/1830
[1]: A tool for managing multiple npm packages in a single github repo:
https://lernajs.io/
We released ipywidgets 6.0, and have been following up on feedback from the
community. Things seem to be going fairly well, and feedback from the community
is pointing to some high priority items to work on next (like an OutputWidget in
the web context, https://github.com/ipython/ipywidgets/issues/986).
We have released a bunch of downstream packages (pythreejs, ipyleaflet, ipympl)
following the 6.0 release. Also, we’d like to especially call out a nice package
from Maarten Breddels: ipyvolume (https://ipyvolume.readthedocs.io/en/latest/)
with live widgets in the documentation, including a VR view
(https://ipyvolume.readthedocs.io/en/latest/vr.html). We’re working on migrating
widgets to the newest phosphor packages and updating the widgets to work in the
most recent JupyterLab (https://github.com/ipython/ipywidgets/pull/1122).
Lots of productive discussion happening during our Berkeley visit this week!
New:
Already Announced:
JupyterCon Coredev Tutorials:
• +Jupyter Conference Core Dev Tutorials
Thanks you for reading, and thanks a lot for those of you who wrote sections
with full sentences and all the details. Any help to put this document in form
before sending it to the mailing list is welcome. It’s a collaborative document
so anyone can pitch in.
As usual if you have any questions/feedback/corrections like sections too long,
to short missing informations, your input is welcomed. We’ll keep these summary
for a couple of weeks to see if you find them useful.
Thanks.
—
Matthias