-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
18 Nov 2020 Weekly Meeting
-
Max
-
jupyterlab-hdf5
- Added 1D and ND dataset support. PR: jupyterlab/jupyterlab-hdf#41
- based on numpy index parser work I have in progress in ndindex.
- How to deal with persistent
"unhandled in promise error"
here?return ServerConnection.makeRequest(url, body, settings).then(response => { if (response.status !== 200) { return response.text().then(data => { let json; if (data.length > 0) { try { // HTTPError on the python side adds some leading cruft, strip it json = JSON.parse(data.substring(data.indexOf("{"))); } catch (error) {} } if (json?.type === "JhdfError") { const { message, debugVars, traceback } = json; throw new HdfResponseError({ response, message, debugVars, traceback }); } else { throw new ServerConnection.ResponseError(response, data); } }); } return response.json(); });
-
a11y in jupyterlab
- all outstanding accessibility work from the old phosphor repo has now been moved to lumino
- mostly thanks to @marthacryan
- accessibility meeting is happening today at 1:15 on the same zoom chanel (15 minutes after this meeting)
-
-
Jason
- Opening behavior in single-document mode: Make filebrowser double-clicking and "open" context menu do the same in single-document mode jupyterlab#9323 (PR at Revert opening in new tab in single-document mode jupyterlab#9334)
-
Luciano
- Assuming we are done with Survey PR
-
Martha
- #9358 Small change to ToC behavior with markdown cells
- Accessibility PR's in lumino (see Max updates above)
-
Jeremy
- Decision on Move the Single Document Switch to the status bar jupyterlab#9296 ?
- Handle multiple scopes in the debugger variables viewer (follow-up to xeus-python switching to debugpy): Handle multiple scopes in the debugger variables viewer jupyterlab#9346
- Looked into the PR Yuvi opened to update the nbresuse endpoint: Use new API endpoint for nbresuse metrics from jupyterlab#9349
-
Isabela
-
Gonzalo
- Closing a notebook that has not finished loading?
- Switch tabs while notebook is loading?
- Need to finish this localization on JlabServer. PR: Add translation managers for server side translation jupyterlab_server#136
- Complete Languages:
- Turkish
- Ukranian
- Portuguese Braxil
- Chinese simplified
-
Discussion
- Triage 3.0 issues, figure out blockers and assign those out
Metadata
Metadata
Assignees
Labels
No labels