jupyter-packaging
jupyter-packaging copied to clipboard
Question
Sorry a quick question,
i like to write code in jupyter notebook,
however when coming to package and publish,
i often have to manually convert the notebook to python file,
is there any quick way of packaging that jupyter notebook directly?
Hi @AronWater, you can include files of any type in a python package using a MANIFEST.in
file
This issue doesn't seem to be about jupyter-packaging
; rather it appears to ask whether it would be possible to package Jupyter notebooks as Python modules without converting them to Python scripts first.