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.

fix binder configuration

DenisaCG eff4af3e 53519155

+2 -2
+1 -1
LICENSE
··· 1 1 BSD 3-Clause License 2 2 3 - Copyright (c) 2024, quantstack 3 + Copyright (c) 2024, QuantStack 4 4 All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without
+1 -1
binder/environment.yml
··· 11 11 12 12 dependencies: 13 13 # runtime dependencies 14 - - python >=3.8,<3.12.0a0 14 + - python >=3.10,<3.11.0a0 15 15 - jupyterlab >=4.0.0,<5.0.0a0 16 16 # labextension build dependencies 17 17 - nodejs >=18,<19