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.

changed MANIFEST.in file to accomodate docs and examples

Denisa d0785288 f0debb17

+12
+12
MANIFEST.in
··· 23 23 global-exclude *.pyo 24 24 global-exclude .git 25 25 global-exclude .ipynb_checkpoints 26 + 27 + # Documentation 28 + recursive-include docs *.bat 29 + recursive-include docs *.gif 30 + recursive-include docs *.md 31 + recursive-include docs *.png 32 + recursive-include docs *.rst 33 + recursive-include docs *.txt 34 + recursive-include docs Makefile 35 + 36 + # Examples 37 + recursive-include examples *.jpblockly