Files
openide/python/src
Ilya.Kazakevich 49fd59c70a PY-64402: Only create main.py if "create welcome script" checkbox set for the Jupyter project.
We used to create `main.py` in any case, but must do that with checkbox.

This code is not elegant due to boilerplate and possible inconsistency (generator might ask for the welcome script and ignore it), but this is the only API for now.

GitOrigin-RevId: 5ecf78f017229aa77d9ec296e46fc8bb742ccc0a
2024-03-21 20:10:55 +00:00
..