Re: Using jupyter_console as embedded shell
Thomas Kluyver <[email protected]>
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAOvn4qigJVX71hd48i2xa-3Rzd9RVen8v8DyXJYmdW2=DXqVMg@mail.gmail.com> |
On 3 December 2015 at 12:01, Frédéric Mantegazza <[email protected]> wrote: > But my config (prompt, completion, exceptions behaviour...) is not taken > into account. What did I miss? > The prompts config won't affect the frontends you connect to the kernel - prompts are produced by the frontend, and are mostly not configurable (we've thought about making them more configurable, but there aren't many people asking for that, and it would add quite a bit of complexity, so it hasn't happened yet). As far as I know, the completions and custom exception handlers you're setting up should work; I'm not sure why they don't. Thomas _______________________________________________ IPython-dev mailing list [email protected] https://mail.scipy.org/mailman/listinfo/ipython-dev