jupyter-packaging icon indicating copy to clipboard operation
jupyter-packaging copied to clipboard

Question

Open john012343210 opened this issue 4 years ago • 2 comments

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?

john012343210 avatar Jan 08 '21 22:01 john012343210

Hi @AronWater, you can include files of any type in a python package using a MANIFEST.in file

blink1073 avatar Jan 11 '21 19:01 blink1073

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.

agoose77 avatar Apr 23 '21 12:04 agoose77