On 23 August 2016 at 02:53, Ryan Krauss <[email protected]> wrote: > Is there anything like a user configurable template for ipython notebooks? >
Not yet, there's an issue where we're discussing it. https://github.com/jupyter/notebook/issues/332 > There seem to be many answers on stackexchange or wherever talking about > how people use to do the automatic importing for IPython before Jupyter. > Is this functionality that has been deliberately removed? > It hasn't been removed. IPython, as the Python kernel for Jupyter, still provides the same config settings to run bits of code when it starts, including a directory of 'startup files'. http://ipython.readthedocs.io/en/stable/interactive/tutorial.html#startup-files -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qhx7UPXf8Q5ZNnEM41jgUvqcx0qPEk1PHPav1%3DYO1bCgQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
