-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weekly Team Meetings: Aug-Dec 2021 #128
Comments
Originally posted by @afshin JupyterLab Weekly Call - August 4, 2021Attendees
Agenda
Additional Discussion
Links
|
Originally posted by @afshin JupyterLab Weekly Call, August 11, 2021Attendees
Agenda
Additional Discussion
|
JupyterLab Weekly Call, August 18, 2021Attendees
Agenda
Additional Discussion
|
JupyterLab Weekly Call, August 25, 2021Attendees
Agenda
Additional Discussion
|
JupyterLab Weekly Call, September 1, 2021Attendees
Agenda
Additional Discussion
Proposed dataset interfaceexport interface Dataset<T extends JSONObject, U extends JSONObject> {
/**
* Unique identifier for the dataset, for in-memory
* datasets, a unique uuid might be provided.
* This id should be unique across a jupyter server instance.
*/
id: string;
abstractDataType: string;
serializationType: string;
storageType: string;
/**
* Output value for the dataset
*/
value: T;
/**
* Additional properties for the dataset
* that help serialize or query data
*/
metadata: U;
title: string;
description: string;
tags?: { [key: string]: string };
version?: number;
} |
JupyterLab Weekly Call, September 8, 2021Attendees
Agenda
Additional Discussion
|
15 September 2021Attendees
Agenda
Additional discussions
|
22 September 2021Attendees
Agenda
Additional discussions
|
29 September 2021Attendees
Agenda
Additional discussionsI have a Lumino question - if there is time (Adam Patterson).
Discussion on line endings |
6 October 2021Attendees
Agenda
|
13 October 2021Attendees
Agenda
Additional discussions
|
This is a great point! Are there any recommendations for fun questions that won't risk this, or is it just putting personal information at all that is the concern? |
Could the questions instead be a little more specialized, so they can't
possibly overlap with generic security questions? E.g.
- Favorite Jupyter Kernel
- Favorite Python PEP
- Favorite Package on Pypi
- Favorite microbenchmark
…On Wed, Oct 13, 2021 at 10:09 AM Isabela Presedo-Floyd < ***@***.***> wrote:
- I feel like the last columns in the Attendees list in these meeting
notes are slowly asking me for all my security questions.. :D
- that is part of the reason why I (another person) often leave
them blank
This is a great point! Is there any recommendations for fun questions that
won't risk this, or is it just putting personal information at all that is
the concern?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXS5QV43XBLEDD3IPB4WTUGW4OFANCNFSM5BRS2YFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
William (http://wstein.org)
|
Awesome idea. More:
|
20 October 2021Attendees
Agenda
Additional discussions
|
27 October 2021Attendees
Agenda
Additional discussions
|
3 November 2021Attendees
Agenda
Additional discussions
|
10 November 2021Attendees
Agenda
Additional discussions
|
Regarding the undo manager issue to disable the document-wide history, Kevin is working on a new feature in YJS that will solve the issue. He will open a PR soon, but I'm unsure of the actual state. |
17 November 2021Attendees
Agenda
Additional discussions
|
24 November 2021Attendees
AgendaJupyterLab 3.x or 4.0 for notebook 7 issue
[Afshin] it makes sense regarding the amount of work to be done for notebook v7 that it will be based on JLab 4. Moreover it will be better to not annoy extension authors that just got converted to NPM world to modify again their extensions because we bumped the major version.
Additional discussionsN/A |
01 December 2021Attendees
AgendaLink to good first issues (good way to start contributing): https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
Additional discussions
|
08 December 2021Attendees
Agenda
Additional discussions
|
15 December 2021Attendees
Agenda
Additional discussions
These meetings will continue to be held through the holiday season (Dec 22, Dec 29). |
22 December 2021Attendees
PRs needing reviewAgenda
Additional Discussions
This meeting will not be held next week (Dec 29). |
The notes starting from January 2022 are in jupyterlab/retrolab#135 |
Here is a record of the agenda/minutes for our weekly meeting. Everyone is welcome to join.
Let's avoid using this thread for discussion. If you'd like to discuss something in the minutes, open a separate issue and reference this thread.
(Thanks to @jasongrout for starting the last six-month note issue jupyterlab/retrolab#117 that I copied this intro from.)
Meeting Notes
The text was updated successfully, but these errors were encountered: