On Sat, Aug 3, 2019 at 4:39 AM Christopher Barker <[email protected]> wrote: > > Getting really OT now, but quickly:
Off-list because it really is. > On Fri, Aug 2, 2019 at 11:28 AM Chris Angelico <[email protected]> wrote: >> >> On Sat, Aug 3, 2019 at 4:19 AM Ricky Teachey <[email protected]> wrote: >> > Remember that Jupyter has a pretty nice text editor > > > Actually, I think it's pretty darn crappy -- at least compared to any > "proper" coding editor... > >> >> Although I didn't know you could import a .py file into a cell. > > > I think he means putting: > > import my_python_file > > in a cell, like any other python code. > Ahh. I thought that there was another cell type that was a reference to a .py file. You can have a Python cell, a Markdown cell, etc, etc, and I thought maybe it had a "file reference cell". Which would be a cool feature. ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/VOBGSK5RRI6SEKSXV4MERBXQTUPPAJGQ/ Code of Conduct: http://python.org/psf/codeofconduct/
