JupyterLab-Broccoli[edit]

Version[edit]

github[edit]

PyPI[edit]

npm[edit]

Development[edit]

npm[edit]

yarn[edit]

jupyter[edit]

jlpm[edit]

実際のCommand[edit]

\rm -r node_modules/ yarn.lock packages/*/node_modules/ */labextension
yarn install
jlpm build

for JupyterLab v4[edit]

Source Code[edit]

HTMLElememt[edit]
highlight.js[edit]

Development of Blocks[edit]

Upload[edit]

PIP (PyPI)[edit]

\rm -r dist
python -m build
twine upload --repository pypi dist/*

NPM[edit]

jlpm build
cd packages/blockly
npm publish --access public

Blockly[edit]

Blockly 9.3.3[edit]

Blockly 10.2.2[edit]

Trouble Shooting[edit]

jlpm build[edit]

Class 'RenderedCommon' incorrectly implements interface 'IRenderer'[edit]
error TS2320: Interface 'ElementClass' cannot simultaneously extend types[edit]
blocks[edit]
BlocklyPy.statementToCode(block, 'Do')
BlocklyPy.valueToCode

'check': 'Boolean',
'check': 'Number',
'check': 'String',
'check': 'Array',
'check': ['String', 'Array']

トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS