or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
JupyterLab Weekly Meeting Minutes - Archive Oct 19 - June 2020
09 October 2019 - 24 June 2020
Future Meeting Note
https://hackmd.io/Y7fBMQPSQ1C08SDGI-fwtg
Archive July - Oct 2020
https://hackmd.io/P1Y_TM2WSxOENvQzWVsnvw?view
24 June 2020 Weekly Meeting
||
clauses in required versions of shared modules. More at the webpack issue and a corresponding webpack draft PR17 June 2020 Weekly Meeting
Mehmet: present Galata (JupyterLab UI Testing Framework)
Eric
terminating
state in the Kernel Status Indicator (with new method onISessionContext
) and blocks cell run if Kernel is terminating - Will update PR with cell run queuing with toast in a second iteration.Saul
Athan
Tim
Jason
Brian
Additional Discussion
10 June 2020 Weekly Meeting #ShutDownSTEM edition.
03 June 2020 Weekly Meeting
27 May 2020 Weekly Meeting
<table>
,<tr>
,<td>
etc nodes, super easy to style (just use CSS!) and customize- We're working on a new interface for JupyterLab file system. Do you have opinions about remote data access in Notebooks? Please ring in here.
- Done: https://twitter.com/ProjectJupyter/status/1265681675079561216
New FB framework for react, somewhat similar to this https://www.youtube.com/watch?v=_ISAA_Jt9kI
https://github.com/jupyterlab/rtc/pull/16
Demo usage here:
Additional Discussion
20 May 2020 Weekly Meeting
Saul
Steve
Darian
jupyter/notebook
maintenanceTim
Jason
Luciano
More discussion:
13 May 2020 Weekly Meeting
Vidar
Max
jp-scrollbar-tiny
classAlex
Saul
Additional Discussion
06 May 2020 Weekly Meeting
Max
.vscode/launch.json
into VCSEd
Steve
Vidar
Additional Discussion
29 Apr 2020 Weekly Meeting
"apputils/src/index"
instead of@jupyterlab/apputils
22 Apr 2020 Weekly Meeting
Max
typedoc-plugin-monorepo
plugin creates lots of duplicate entrieslibrary
mode of typedoc (currently experimental)library
will allow for the API docs of each@jupyterlab
package to link to one another (I think)Tim
Brian
Steve
jupyterlab-forge
GitHub org for any repos that aren't considered core to JupyterLab (either JupyterLab or repos that we depend on).Alex
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Zach
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Jeremy
Jason
Darian
libgbm1
manually to handle CI breakage https://github.com/jupyterlab/debugger/pull/428Aditional Discussion:
15 Apr 2020 Weekly Meeting
Steve
Shreyas
Saul
requestIdleCallback
to schedule a call to load more.Max
Darian
egg_info
in source package of JupyterLabZach
Aditional Discussion:
08 Apr 2020 Weekly Meeting
Eric
Ed
Saul
Jason
Darian
Tim
Alex
Aditional Discussion:
03 Apr 2020 Extension system refactor
Resources
Primary win:
Timeline:
Approaches:
First steps
01 Apr 2020 Weekly Meeting
Updates
Additional Discussion
25 March 2020 Weekly Meeting
Updates
jupyterlab-git@0.9.1
with a compatibility fix for nbdime (needs <2.0)fetch
requests to the setting data connector: https://github.com/jupyterlab/jupyterlab/pull/7927@jupyterlab/debugger
v0.2.0 released last week in advance of the blog post that Jeremy mentions aboveAdditional Discussion
console.warn()
on access)? See18 March 2020 Weekly Meeting
.yarnrc
11 March 2020 Weekly Meeting
ListingsHandler
refreshing the listings in a cache on server side.jupyterlab
GitHub organizationThrottler
API in this PR https://github.com/jupyterlab/lumino/pull/54 to include anedge
argument. This allows a futureinvocation
argument if we decide it's necessary.04 March 2020 Weekly Meeting
package_data
and now it is not (which is part of why Steve published 1.2.7), but it still ignores dot files unless we explicitly add them. This matters because of.yarnrc
||^3
to@jupyter-widgets/base
dependency version.26 February 2020 Weekly Meeting
ui-components/src/icon/labicon.tsx
andui-components/src/style/icon.ts
19 February 2020 Weekly Meeting
Poll
talk.leading
andtrailing
et alia: https://github.com/jupyterlab/jupyterlab/pull/789512 February 2020 Weekly Meeting
LabIcon
5 February 2020 Weekly Meeting
FontAwesome
JLIcon
is nowLabIcon
29 January 2020 Weekly Meeting
0.2.0
so far. We are on a weekly release schedule.JupyterLab 2.0 is currently in beta and will be released soon. If you have an extension for JupyterLab, you will likely need to release a new version for it to be installable in the new version. To test your new extension with JupyterLab 2.0, you can install it with
pip install --pre jupyterlab
and then try to install your extension.We have put together a guide on the latest docs on things you need to change to update: https://jupyterlab.readthedocs.io/en/latest/developer/extension_migration.html
If you encounter other things that you need to change, please submit a PR to that document!
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →22 January 2020 Weekly Meeting
JLIcon
needs documentation15 January 2020 Weekly Meeting
Tim
PhosphorLumino for:Vidar
Darian
lm-*
namespaced events, selectors, anddata
attributes to JupyterLab@jupyterlab/debugger
before switching to JupyterLab 2.Steve
Saul
Eric
pytest_jupyter_server
(released in server 0.2.1)test_settings_api.py
andtest_workspaces_api.py
.Alex
Addional Discussion
8 January 2020 Weekly Meeting
p-
…Update on Widgets and Datastore
2 January 2020 Weekly Meeting
master
jp-mod-loading
class to file browser for initial load, saving one round-trip in/tree
URLs@lumino/virtualdom
with updates for https://github.com/jupyterlab/jupyterlab/pull/7700More generic property inspector - is there an issue for this?Split out from coreutils (https://github.com/jupyterlab/jupyterlab/issues/7615)(fixed now)TypeScript 3.7 (cf. https://github.com/jupyterlab/lumino/pull/27#issuecomment-563999676)18 December 2019 Weekly Meeting
Vidar
Steve
Darian
Brian
Tim
Max
Jason
General Discussion
11 December 2019 Weekly Meeting
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →4 December 2019 Austin Dev Meeting Edition
20 November 2019
this.session?.kernel?.name ?? 'No kernel'
@jupyterlab/debugger
in core for 2.0?@jupyterlab/shortcutui
in core for 2.0?13 November 2019
Further Discussion:
6 November 2019
Further Discussion:
30 October 2019
Vidar:
Darian
Steve
Max
Tim
Mike
Discussion Points
@jupyterlab/coreutils#Poll
et alia possibly in PhosphorJS: Next time there is a major version change in@jupyterlab/coreutils
, movePoll
and its relatives into a separate@jupyterlab/poll
package.23 October 2019
VidarJason.ts
source files with a Python serverextension: @jupyterlab/git15 October 2019
meta pr09 October 2019