[jupyter] Re: Welcome Eric Sundell (@consideRatio) to the JupyterHub organization!

2018-03-31 Thread Erik Sundell
Thank you all! I appreciate the warm and welcoming communication I've seen across the Jupyter ecosystem, it makes me happy! I'm proud to work with you. Lots of love / Erik On Saturday, March 31, 2018 at 2:23:23 AM UTC+2, Ryan Lovett wrote: > > Congrats, thanks for your contributions Eric! > >

[jupyter] Re: Using notebooks as informal packages - (non)exportable code cells

2018-03-31 Thread Yuvi Panda
Check out https://github.com/ipython/ipynb. It does something similar to what you want, although I much prefer your explicit tagged solution to its heuristics. On Thursday, 22 March 2018 03:23:22 UTC-7, Tony Hirst wrote: > > Recipes such as >

[jupyter] Re: terminal closing error

2018-03-31 Thread Gideon Simpson
And now the problem has disappeared. I recently upgraded to the new High Sierra. Perhaps it was related to that? On Thursday, March 29, 2018 at 3:19:29 PM UTC-4, Gideon Simpson wrote: > > More weird stuff. If I open a terminal and immediately close it (with > Ctrl-D), it's fine. If I do

Re: [jupyter] Using notebooks as informal packages - (non)exportable code cells

2018-03-31 Thread Johannes Feist
Yeah, that's true. You can use an explicit display(last_line), but it's not quite as convenient as just displaying the last line explicitly. On Sat, Mar 24, 2018 at 10:31 PM Tony Hirst wrote: > Good spot - but if I do that, then the last line in the block doesn't > return