A monorepo containing jupyter-blocks and jupyter-tidyblocks. Blockly extension for JupyterLab.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23 from DenisaCG/launcher-file-extension-fix

fix for launcher file extension to open '.jpblockly' file

authored by

Carlos Herrero and committed by
GitHub
a6b5f4fa 2b18ca0b

+1 -1
+1 -1
src/index.ts
··· 175 175 const model = await commands.execute('docmanager:new-untitled', { 176 176 path: cwd, 177 177 type: 'file', 178 - ext: '.json' 178 + ext: '.jpblockly' 179 179 }); 180 180 181 181 // Open the newly created file with the 'Editor'