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
Rethinking the Notebook Cells Weekly Meeting Minutes
June 20, 2023
Agenda
June 13, 2023
Agenda
If there's time, maybe walk through the nbconvert variants
each variant is defined by a jupyter configuration file. the configuration files we used to generate notebooks are found in this list https://github.com/Iota-School/notebooks-for-all/blob/main/pyproject.toml#L132
Some of the variants are from a parametric study to explore how cells would be configured as ordered lists, unordered lists, definition list we represent them as tables and feeds, too. Through the parametric study we could explored the space of possible semantics
Notes
Summary: we spent this session discussing what a quality annotation object model.
we spent this session discussing what it would take to implement a more explicit accessibility object model based for the new jupyter notebook like. we reviewed the accessibility affordances of the notebooks for all project. our goal is try to capture a similar annotation object model for jupyter notebook release and live up the accessible v7 promise. this effort would knock some items on the @manfromjupyter audit https://github.com/jupyter/notebook/issues/6800
in the near term, it would help to split up this issue like we did 9399.
cc: @steff456
May 23rd, 2023
Agenda
Notes
POST
for codeexecute_request
?www-formencoded/multipart
?get_inspection
POST
ofexecute_request
201
with a new URLGET
on the responseform
jupyterlab-blockly
jupyterlab-outsource
sys.modules
,user_ns
consumed and createdapplication/jupyter-cell+json
May 16th, 2023
Agenda
May 2nd, 2023
Agenda
April 25th, 2023
Agenda
April 4th, 2023
Agenda
$schema
- uncontentiousextraSchemas
- motivates extension validation, needs discussion@context
, annotation, etc. additional discussions!March 28th, 2023
Agenda
markdown text format
problem with jeps: they aren't validated
Nick need to be able to reference schema from schema
extra schema uses cases
how to demo?
rjsf jep?
formal schema specification
March 14th, 2023
Agenda
discuss open jeps
$schema
is not contentiousdeprecation notes
additionalProperties: false
, which will require updating existing nbformat schema$schema
validates against a URI-template that captures major, minor versionconst
what is the jep process
discuss work in progress
March 7th, 2023
- 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 →Agenda
first meeting of the notebook cells schema group outside of the nbformat workshop.
Meeting logistics
- 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 →Research
$schema
, but notextraSchemas
?extraSchemas
allow embedding schema?@context
?Interests
to do
$vocabulary
vocabulary
[1]:units
keyword that adds units to an integer:allOf
?)$vocabulary
section of a metaschema lists the vocabularies, and a boolean flag of whether they constitute a failure if they cannot be located. Theunits
keyword above does not affect validation, so it can safely be ignored if the validator cannot find the URI (it's metadata). Other keyword schemas might not be so permissive:"type"
would not be ignorable if the validator is at-all to be useful.$vocabulary
solves the problem of "is this failure a 'unrecoverable' error?".extraSchemas
field (?)extraSchemas
don't try and validate the document.Challenges
Reference
JEP Drafts
$schema
- https://hackmd.io/@u1M5398WTl6qOUg8YdOH0Q/r1ZInYjCiextraSchemas
- https://hackmd.io/9QZ8YibfQHm9l1B6JPSQsgPre-proposal JEP is out
References
https://json-schema.org/learn/glossary.html ↩︎
https://modern-json-schema.com/what-is-modern-json-schema ↩︎