jupyterlab / frontends-team-compass

A repository for team interaction, syncing, and handling meeting notes across the JupyterLab ecosystem.
https://jupyterlab-team-compass.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
57 stars 30 forks source link

Weekly Team Meetings: Aug-Dec 2021 #128

Closed isabela-pf closed 2 years ago

isabela-pf commented 2 years ago

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 jupyter/retrolab#117 that I copied this intro from.)

Meeting Notes

isabela-pf commented 2 years ago

Originally posted by @afshin

JupyterLab Weekly Call - August 4, 2021

Attendees

Name Organization GitHub Favorite Color
A. T. Darian Two Sigma @afshin pink
William Stein SageMath/CoCalc @williamstein White
Vidar T Fauske JP Morgan Chase @vidar Ultramarine
Steve Silvester Apple @blink1073 fuchsia
Loïc Huder ESRF @loichuder midnightblue
Martha Cryan IBM @marthacryan yellow
Isabela Presedo-Floyd Quansight Labs @isabela-pf orange!
Frederic Collonval QuantStack @fcollonval
Jessica Xu Quansight @jess-x
Nick Bollweg Georgia Tech @bollwyvl @nrbgt #000, also #chucknorris
Alex Bozarth IBM @ajbozarth Black
Piyush Jain AWS @3coins blue
Karla Spuldaro IBM @karlaspuldaro scarlet
Mike UOXF/own behalf @krassowski coffee
Gonzalo Quansight, inc @goanpeca blue
Kevin Bates IBM @kevin-bates Dodger Blue

Agenda

Additional Discussion

Links

fcollonval commented 2 years ago

Originally posted by @afshin

JupyterLab Weekly Call, August 11, 2021

Attendees

Name Affiliation GitHub Favorite Street Food
A. T. Darian Two Sigma @afshin tteokbokki? toppoki?
Piyush Jain AWS @3coins छोले-पूरी
Frederic Collonval QuantStack @fcollonval French Belgian fries
Nick Bollweg Georgia Tech @bollwyvl @nrbgt DÖNER
Michał Krassowski Oxford @krassowski
William Stein SageMath, Inc. @williamstein navajo tacos
Kevin Bates IBM @kevin-bates carne asada tacos
Pete Blois Google (Colab) @blois chili dogs
Zach Sailer Apple @Zsailer tacos, obviously
Max Klein JPM @telamonian https://www.youtube.com/watch?v=Esi7zmmS-H4
Martha Cryan IBM @marthacryan banh mi
Vidar T Fauske JPMorgan Chase @vidartf tacooo
Alex Bozarth IBM @ajbozarth tacos
Isabela Presedo-Floyd Quansight Labs @isabela-pf
Carlos Herrero QuantStack @hbcarlos
Jason Grout Bloomberg @jasongrout
Jessica Xu Quansight @jess-x
Karla Spuldaro IBM @karlaspuldaro Brazilian coxinha

Agenda

Additional Discussion

afshin commented 2 years ago

JupyterLab Weekly Call, August 18, 2021

Attendees

Name Affiliation GitHub Favorite Fictional Villain
A. T. Darian Two Sigma @afshin Randall Flagg
Steven Silvester Apple @blink1073 Dr Claw
Vidar T Fauske JPMorgan Chase @vidartf
Martha Cryan IBM @marthacryan
Layne Sadler Julia Computing @aiqc Lich King (wow/lotr)
Pete Blois Google Colab @blois Dr Strangelove
Frederic Collonval QuantStack @fcollonval
Alex Bozarth IBM @ajbozarth
William Stein SageMath @williamstein Frank Underwood (House of Cards)
Isabela Presedo-Floyd Quansight Labs @isabela-pf Ozu from The Tatami Galaxy
Brian Granger AWS/Cal Poly @ellisonbg
Michał Krassowski U Oxford @krassowski sentiment analysis with Vader
Avish Mehta Student @avishmehta68710
Jason Grout Bloomberg @jasongrout
Luciano Resende IBM @lresende
Karla Spuldaro IBM @karlaspuldaro

Agenda

Additional Discussion

afshin commented 2 years ago

JupyterLab Weekly Call, August 25, 2021

Attendees

Name Affiliation GitHub Favorite Flower
A. T. Darian Two Sigma afshin crocus sativus (saffron crocus)
Steve Silvester Apple blink1073 sunflower (the radioactive ones in TMNT 2)
Frederic Collonval QuantStack @fcollonval
Kevin Jahns Yjs / QuantStack @dmonad
Pete Blois Google @blois Dahlia
tonyfast quansight @tonyfast top shelf
Nick Bollweg Georgia Tech @bollwyvl @nrbgt morning glory
William Stein SageMath, Inc (CoCalc) @williamstein Iris
Carlos Herrero QuantStack @hbcarlos
Theodore Aptekarev Independent @piiq lavender
Jason Grout Bloomberg @jasongrout all? cool flower
Mehmet Bektas Splunk @mbektas Plumeria
Isabela Presedo-Floyd Quansight Labs @isabela-pf osteospermum
Brian Granger AWS, Cal Poly @ellisonbg ?
Vidar T Fauske JPMorgan Chase @vidartf orchids
Alex Bozarth IBM @ajbozarth
Martha Cryan IBM @marthacryan

Agenda

Additional Discussion

afshin commented 2 years ago

JupyterLab Weekly Call, September 1, 2021

Attendees

Name Affiliation GitHub Favorite Dinosaur
A. T. Darian Two Sigma @afshin peregrine falcon
Steven Silvester Apple @blink1073 stegasaurus
F. Collonval QuantStack @fcollonval
W. Stein SageMath @williamstein Pyrex-o-suarus
Pete Blois Google @blois Apatosaurus
Alex Bozarth IBM @ajbozarth raptor
Michał Krassowski Oxford @krassowski
Mehmet Bektas Splunk @mbektas
Gonzalo Peña-C Quansight @goanpeca T-rex
Jessica Xu Quansight @jess-x
Martha Cryan IBM @marthacryan
Karla Spuldaro IBM @karlaspuldaro
Jason Grout Bloomberg @jasongrout
Jeremy Tuloup QuantStack @jtpio
Rick McGeer engageLively @rickmcgeer Troodon
Brian Granger AWS/Cal Poly @ellisonbg

Agenda

Additional Discussion

Proposed dataset interface

https://github.com/jupyterlab/jupyterlab-data-explorer/blob/4beec8bf7a5d2cfb68985d4452fd6215f6f424bf/packages/dataregistry/src/dataset.ts

export 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;
}
afshin commented 2 years ago

JupyterLab Weekly Call, September 8, 2021

Attendees

Name Affiliation GitHub Favorite Ancient Monument
A. T. Darian Two Sigma @afshin Göbekli Tepe
William Stein SageMath, Inc. @williamstein The Mount Baker Volcano
Frederic Collonval QuantStack @fcollonval
Loïc Huder ESRF @loichuder Angkor Wat
Brian Granger AWS/Cal Poly @ellisonbg
Kevin Jahns Yjs / Quantstack @dmonad
Alex Bozarth IBM @ajbozarth
Steven Silvester Apple @blink1073 Barbican London Wall
Carlos Herrero QuantStack @hbcarlos
Jason Grout Bloomberg @jasongrout just found https://en.wikipedia.org/wiki/Megalith for good reading :)
Jessica Xu Quansight @jess-x
Youness Bennani Bloomberg @bsyouness Ek Balam
Isabela Presedo-Floyd Quansight Labs @isabela-pf Jantar Mantar
Mehmet Bektas Splunk @mbektas Galata Tower :)
Pete Blois Google @blois 2001 Monolith
Karla Spuldaro IBM @karlaspuldaro
Martha Cryan IBM @marthacryan
Rick McGeer engageLively @rickmcgeer Stonehenge
Max Klein JPM @telamonian
Nick Bollweg Georgia Tech @bollwyvl @nrbgt rosetta stone

Agenda

Additional Discussion

afshin commented 2 years ago

15 September 2021

Attendees

Name Affiliation GitHub Favorite semi-precious material
A. T. Darian Two Sigma @afshin amber
William Stein SageMath, Inc. @williamstein turquoise
Martha Cryan IBM @marthacryan
Jason Grout Bloomberg @jasongrout
Pete Blois Google @blois tungsten
Karla Spuldaro IBM @karlaspuldaro
Mehmet Bektas Splunk @mbektas
Kevin Jahns Yjs / Quantstack @dmonad clay
Steven Silvester Apple @blink1073
Jeremy Tuloup QuantStack @jtpio
Mithil Poojary @mithil467 titanium
Rick McGeer engageLively @rickmcgeer chicken-blood stone
Nick Bollweg Georgia Tech @nrbgt @bollwyvl coprolite
Isabela Presedo-Floyd Quansight Labs @isabela-pf
Alex Bozarth IBM @ajbozarth
Frederic Collonval QuantStack @fcollonval
Mike Oxford @krassowski
Konstantin Taletskiy Axle Informatics/NIH NCATS @ktaletsk emerald

Agenda

Additional discussions

fcollonval commented 2 years ago

22 September 2021

Attendees

Name Affiliation GitHub Favorite season
Frederic Collonval QuantStack @fcollonval Fall
Alex Bozarth IBM @ajbozarth winter
Vidar T Fauske JP Morgan Chase @vidartf no
William Stein SageMath, Inc. @williamstein Early Spring
Mehmet Bektas Splunk @mbektas Summer
Rick McGeer engageLively @rickmcgeer Fall
Pete Blois Google @blois Fall
Carlos Herrero QuantStack @hbcarlos Winter
Afshin T. Darian Two Sigma @afshin Autumn
Karla Spuldaro IBM @karlaspuldaro Fall
Isabela Presedo-Floyd Quansight Labs @isabela-pf autumn
Rebecca Ely Bloomberg @ohrely Spring
Jeremy Tuloup QuantStack @jtpio Summer

Agenda

Additional discussions

fcollonval commented 2 years ago

29 September 2021

Attendees

Name Affiliation GitHub Favorite music instrument
Alex Bozarth IBM @ajbozarth trumpet
William Stein SageMath, Inc. @williamstein Harpsichord
Vidar T Fauske JP Morgan Chase @vidartf Contra-Bassoon
Frederic Collonval QuantStack @fcollonval xylophone
Tony Fast Quansight @tonyfast trash
Martha Cryan IBM @marthacryan piano
Rick McGeer engageLively @rickmcgeer Accordion
Carlos Herrero QuantStack @hbcarlos
Mehmet Bektas Splunk @mbektas
Pete Blois Google @blois Trumpet
Zach Sailer Apple @Zsailer Guitar
Steven Silvester Apple @blink1073 Piano
Jeremy Tuloup QuantStack @jtpio Synth
Jason Grout Bloomberg @jasongrout French horn is nice
Rebecca Ely Bloomberg @ohrely Upright Bass
Adam Patterson UM @adpatter conchs
Kevin Bates IBM @kevin-bates Talking drum
Jessica Xu Quansight @jess-x Bass drum
Isabela Presedo-Floyd Quansight Labs @isabela-pf vocal cords?

Agenda

Additional discussions

I have a Lumino question - if there is time (Adam Patterson).

Discussion on line endings There is a implicit conversion of file ending to normalize it (with \n) to avoid synchronization warning. Question: should we remove the debugging code linked to the line ending? :+1: Vidar / Pete and Vidar supports having the dialog because it informs the app is in a broken state

ajbozarth commented 2 years ago

6 October 2021

Attendees

Name Affiliation GitHub Favorite animated TV show
Alex Bozarth IBM @ajbozarth Gurren Lagann
William Stein SageMath, Inc. @williamstein South Park
Jason Grout Bloomberg @jasongrout Daniel Tiger
Rick McGeer engageLively @rickmcgeer Star Trek: Lower Decks
Steven Silvester Apple @blink1073 X-Men
Mehmet Bektas Splunk @mbektas Family Guy
R Ely Bloomberg @ohrely Batman: The Animated Series
Luciano Resende Apple @lresende Dungeons & Dragons
Tony Fast Quansight @tonyfast Animaniacs
Martha Cryan IBM @marthacryan
Nick Bollweg Georgia Tech @bollwyvl @nrbgt Star Wars: Clone Wars (2003)
Pete Blois Google @blois Aeon Flux
Isabela Presedo-Floyd Quansight Labs @isabela-pf The Tatami Galaxy
Karla Spuldaro IBM @karlaspuldaro Timon & Pumbaa
Jeremy Tuloup QuantStack @jtpio
Jessica Xu Quansight @jess-x

Agenda

fcollonval commented 2 years ago

13 October 2021

Attendees

Name Affiliation GitHub Favorite Planet
Frederic Collonval QuantStack @fcollonval Neptune
Johan Mabille QuantStack @JohanMabille Earth
William Stein SageMath, Inc. @williamstein Earth
Mehmet Bektas Splunk @mbektas Earth
Pete Blois Google @blois Pluto
Rick McGeer engageLively @rickmcgeer Eris
Alex Bozarth IBM @ajbozarth Mars
Martha Cryan IBM @marthacryan Venus
Steven Silvester Apple @blink1073 Pluto
Carlos Herrero QuantStack @hbcarlos
Kevin Jahns QuantStack / Yjs / Church of VIM @dmonad Jupyter
Jeremy Tuloup QuantStack @jtpio Saturn
Tony Fast Quansight @tonyfast Mars
Michał Krassowski Oxford @krassowski Mars
Jason Grout Bloomberg @jasongrout Earth
Cameron Durbin ParaTools @platinumcd Saturn
Vidar T Fauske JP Morgan Chase @vidartf Neptune
Jessica Xu Quansight @jess-x Pluto
Piyush Jain AWS @3coins Earth
R Ely Bloomberg @ohrely Mars

Agenda

Additional discussions

isabela-pf commented 2 years ago
  • 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! 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?

williamstein commented 2 years ago

Could the questions instead be a little more specialized, so they can't possibly overlap with generic security questions? E.g.

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 https://github.com/jupyterlab/team-compass/issues/128#issuecomment-942534930, 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)

jasongrout commented 2 years ago

Could the questions instead be a little more specialized, so they can't possibly overlap with generic security questions? E.g.

Awesome idea. More:

fcollonval commented 2 years ago

20 October 2021

Attendees

Name Affiliation GitHub Favorite Jupyter Kernel
Rick McGeer engageLively @rickmcgeer Python3
Alex Bozarth IBM @ajbozarth
Pete Blois Google @blois ipython 2.0
William Stein SageMath, Inc. @williamstein SageMath
Tony Fast Quansight @tonyfast pidgy
Frederic Collonval QuantStack @fcollonval
Steven Silvester Apple @blink1073 Octave
Max Klein JPM @telamonian ProxyProvider
Jessica Xu Quansight @jess-x
Nick Bollweg Georgia Tech @nrbgt @bollwyvl @deathbeds/jyve-kyrnel-coffee-unsafe
Michał Krassowski Oxford @krassowski
Mehmet Bektas Splunk @mbektas
Jeremy Tuloup QuantStack @jtpio Echo
Carlos Herrero QuantStack @hbcarlos
R Ely Bloomberg @ohrely
Isabela Presedo-Floyd Quansight Labs @isabela-pf
Jason Grout Bloomberg @jasongrout Xeus example
Martha Cryan IBM @marthacryan

Agenda

Additional discussions

fcollonval commented 2 years ago

27 October 2021

Attendees

Name Affiliation GitHub Favorite Package on Pypi
Frederic Collonval QuantStack @fcollonval cycler
Rick McGeer engageLively @rickmcgeer pickleshare
Mehmet Bektas Splunk @mbektas
Alex Bozarth IBM @ajbozarth
Pete Blois Google @blois emoji
Jason Weill AWS none yet (I'm new) none yet
William Stein SageMath, Inc. @williamstein sagemath ("This is a dummy package...")
Carlos Herrero QuantStack @hbcarlos
Michał Krassowski Oxford @krassowski antigravity
R Ely Bloomberg @ohrely
Jeremy Tuloup QuantStack @jtpio server
Jason Grout Bloomberg @jasongrout
Tony Fast Quansight @tonyfast tonyfast
Isabela Presedo-Floyd Quansight Labs @isabela-pf
Jessica Xu Quansight @jess-x
Nick Bollweg Georga Tech @nrbgt @bollwyvl pants

Agenda

Additional discussions

fcollonval commented 2 years ago

3 November 2021

Attendees

Name Affiliation GitHub Favorite git command
Frederic Collonval QuantStack @fcollonval git rebase -i
Rick McGeer engageLively @rickmcgeer whatever I need to get what I'm doing now done
Jason Grout Bloomberg @jasongrout git pull
Alex Bozarth IBM @ajbozarth git stash
William Stein SageMath @williamstein git commit -av
Steven Silvester Apple @blink1073 git push upstream -f
Jason Weill AWS @jweill-aws git status
Jessica Xu Quansight @jess-x git log
Pete Blois Google @blois hg init
R Ely Bloomberg @ohrely git bisect
Carlos Herrero QuantStack @hbcarlos
Kevin Jahns Yjs / QuantStack @dmonad git shortlog -s
Jeremy Tuloup QuantStack @jtpio git clean
Tony Fast quansight @tonyfast git submodule
Mehmet Bektas Splunk @mbektas
Gabriel Fouasnon Quansight @gabalafou To archive and delete a branch:
git tag archive/<branchname> <branchname>
git branch -d <branchname>
Isabela Presedo-Floyd Quansight Labs @isabela-pf
Karla Spuldaro IBM @karlaspuldaro git push --force
Michał Krassowski Oxford @krassowski stash

Agenda

Additional discussions

fcollonval commented 2 years ago

10 November 2021

Attendees

Name Affiliation GitHub Favorite command-line tool
Frederic Collonval QuantStack @fcollonval
Rick McGeer engageLively @rickmcgeer awk
Jeremy Tuloup QuantStack @jtpio yes
Jason Weill AWS @jweill-aws watch
R Ely Bloomberg @ohrely
Pete Blois Google @blois rm -rf
Alex Bozarth IBM @ajbozarth
Loic Huder ESRF @loichuder sl (not a typo)
Tony Fast quansight @tonyfast doit/nox
Martha Cryan IBM @marthacryan man
Gabriel Fouasnon Quansight @gabalafou xargs
nick bollweg georgia tech @bollwyvl @nrbgt cowsay
Piyush Jain AWS @3coins find
Steven Silvester Apple @blink1073 podman
Vidar T Fauske JP Morgan Chase @vidartf grep
Jessica Xu Quansight @jess-x
Jason Grout Bloomberg @jasongrout
Isabela Presedo-Floyd Quansight Labs @isabela-pf

Agenda

Additional discussions

hbcarlos commented 2 years ago

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.

fcollonval commented 2 years ago

17 November 2021

Attendees

Name Affiliation GitHub Favorite programming language
Frederic Collonval QuantStack @fcollonval Python what else
A. T. Darian Two Sigma @afshin
Piyush Jain AWS @3coins Python
Martha Cryan IBM @marthacryan
Jason Weill AWS @jweill-aws TypeScript
Michał Krassowski Oxford @krassowski Python
R Ely Bloomberg @ohrely Scala
Jason Grout Bloomberg @jasongrout
Jeremy Tuloup QuantStack @jtpio
Eric Charles Datalayer @echarles
Jessica Xu Quansight @jess-x
Rick McGeer engageLively @rickmcgeer Smalltalk
Karla Spuldaro IBM @karlaspuldaro
Pete Blois Google @blois
Nick Bollweg Georgia Tech @bollwyvl logo
Martin Renou QuantStack @martinRenou Not decided yet
Gabriel Fouasnon Quansight @gabalafou Lisp?
Mehmet Bektas Splunk @mbektas C++
Carlos Herrero QuantStack @hbcarlos
Ahmed Fasih Bloomberg @fasiha still waiting
tony fast quansight @tonyfast markdown
Isabela Presedo-Floyd Quansight Labs @isabela-pf

Agenda

Additional discussions

fcollonval commented 2 years ago

24 November 2021

Attendees

Name Affiliation GitHub Favorite favorite topics
Frederic Collonval QuantStack @fcollonval
Sylvain Corlay QuantStack @SylvainCorlay
Rick McGeer engageLively @rickmcgeer Obscure dictionary word
Pete Blois Google @blois
Nick Bollweg Georgia Tech @bollwyvl downfall of society
Karla Spuldaro IBM @karlaspuldaro
R Ely Bloomberg ohrely ice cream flavor
Michał Krassowski Oxford @krassowski
Isabela Presedo-Floyd Quansight Labs @isabela-pf favorite ancient monument
Konstantin Taletskiy Axle Informatics/NIH @ktaletsk Favorite holiday food
Alex Bozarth IBM @ajbozarth
Martin Renou QuantStack @martinRenou Favorite between Jupyter Notebook and JupyterLab
Carlos Herrero QuantStack @hbcarlos
Gabriel Fouasnon Quansight Labs @gabalafou Favorite books

Agenda

JupyterLab 3.x or 4.0 for notebook 7 issue
Currently RetroLab (to-be notebook 7) is based on lab 3.x branch. But some new features will be needed for it:

Additional discussions

N/A

fcollonval commented 2 years ago

01 December 2021

Attendees

Name Affiliation GitHub Favorite Ice Cream Flavor
Frederic Collonval QuantStack @fcollonval Rum Raisin
William Stein SageMath @williamstein chocolate
Carlos Herrero QuantStack @hbcarlos
Isabela Presedo-Floyd Quansight Labs @isabela-pf i can't choose!
Gabriel Fouasnon Quansight Labs @gabalafou Americone Dream
Alex Bozarth IBM @ajbozarth mint chip
R Ely Bloomberg @ohrely Bailey's
Pete Blois Google @blois Bubblegum
Ahmed Fasih Bloomberg @fasiha rocky road
Jeremy Tuloup QuantStack @jtpio
Jason Grout Databricks @jasongrout Homemade Vanilla?
Mehmet Bektas Splunk @mbektas
Theodore Aptekarev No org 🤷‍♂️ @piiq Lemon sorbet
Jessica Xu ☝️ @jess-x Horchata
Martin Renou QuantStack @martinRenou

Agenda

Link 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

fcollonval commented 2 years ago

08 December 2021

Attendees

Name Affiliation GitHub Favorite Ancient Monument
Alex Bozarth IBM @ajbozarth Liberary of Alexandria
Frederic Collonval QuantStack @fcollonval
Martha Cryan IBM @marthacryan
William Stein SageMath, Inc. @williamstein
Jason Weill AWS @jweill-aws Great Pyramids
Vidar T Fauske JP Morgan Chase @vidartf
R Ely Bloomberg @ohrely Moai
Gabriel Fouasnon Quansight Labs @gabalafou Hagia Sophia
Pete Blois Google @blois Parthenon
Martin Renou QuantStack @martinRenou
Piyush Jain AWS @3coins
Brian Granger AWS @ellisonbg
Kevin Jahns QuantStack / Yjs @dmonad
Mehmet Bektas Splunk @mbektas
Sylvain Corlay QuantStack @SylvainCorlay
Johan Mabille QuantStack @JohanMabille
Karla Spuldaro IBM @karlaspuldaro Machu Picchu
Matt Henderson LBNL @mlhenderson Pyramids
Jason Grout Databricks @jasongrout Obelisks?
Carlos Herrero QuantStack @hbcarlos
Jeremy Tuloup QuantStack @jtpio
Jessica Xu @jess-x
Michał Krassowski Oxford @krassowski
Isabela Presedo-Floyd Quansight Labs @isabela-pf

Agenda

Additional discussions

fcollonval commented 2 years ago

15 December 2021

Attendees

Name Affiliation GitHub Favorite Dish for Christmas
Alex Bozarth IBM @ajbozarth Peanutbutter Balls
Johan Mabille QuantStack @JohanMabille
David Brochart QuantStack @davidbrochart
William Stein SageMath/CoCalc @williamstein
Craig Citro Google @craigcitro pie
Martin Renou QuantStack @martinRenou Turkey and Chestnuts
Martha Cryan IBM @marthacryan
Carlos Herrero QuantStack @hbcarlos Puchero
Michal Krassowski Oxford @krassowski
tonyfast quansight @tonyfast
Piyush Jain AWS @3coins
Ely Bloomberg @ohrely Chinese Takeout
Frederic Collonval QuantStack @fcollonval Cheese soufflé
Sylvain Corlay QuantStack @SylvainCorlay Champagne
Kevin Jahns QuantStack / Yjs @dmonad Printen
Gabriel Fouasnon Quansight @gabalafou
Pete Blois Google @blois Cranberries
Matt Henderson LBNL @mlhenderson Cookies
Karla Spuldaro IBM @karlaspuldaro Chocolate Panettone
Jason Grout Databricks @jasongrout Bratzeli
Jeremy Tuloup QuantStack @jtpio
Isabela Presedo-Floyd Quansight Labs @isabela-pf
Ahmed Fasih Bloomberg @fasiha mapo tofu

Agenda

Additional discussions

These meetings will continue to be held through the holiday season (Dec 22, Dec 29).

fcollonval commented 2 years ago

22 December 2021

Attendees

Name Affiliation GitHub Favorite Winter Sport
Frederic Collonval QuantStack @fcollonval Eating cheese
Jason Weill AWS @jweill-aws Ice hockey, eating bredele
William Stein SageMath, Inc. (CoCalc) @williamstein Splitboard Mountaineering on Volcanoes
Gabriel Fouasnon Quansight @gabalafou Hot tubbing
Carlos Herrero QuantStack @hbcarlos
Sylvain Corlay QuantStack @SylvainCorlay Eating Raclette
Karla Spuldaro IBM @karlaspuldaro ice skating
Mehmet Bektas Splunk @mbektas
R Ely Bloomberg @ohrely complaining
Ahmed Fasih Bloomberg @fasiha snowman-making
A. T. Darian Two Sigma @afshin Hockey
Isabela Presedo-Floyd Quansight Labs @isabela-pf cleaning leaves out of gutters when it rains
Pete Blois Google @blois Skate skiing
Matt Henderson LBNL @mlhenderson
M Krassowski Oxford @krassowski

PRs needing review

Agenda

Additional Discussions

This meeting will not be held next week (Dec 29).

fcollonval commented 2 years ago

The notes starting from January 2022 are in jupyter/retrolab#135