jupyter_console icon indicating copy to clipboard operation
jupyter_console copied to clipboard

Jupyter Terminal Console

Results 74 jupyter_console issues
Sort by recently updated
recently updated
newest added

Please forgive me if this is obvious - but - is there any way to enable to the usual actions of Ctrl-N and P, when using: ``` c.ZMQTerminalInteractiveShell.editing_mode = 'vi'...

Is it possible to show output from background ioloop process in real time and not only when prompting for it? It is a problem when using applications that are logging...

Hey, I'm trying to figure out how to customize keybindings. I'm already doing it for IPython using the prompt_toolkit API, but I couldn't find the prompt_toolkit objects from `IPython.get_ipython()`. Am...

Ipython has `c.InteractiveShell.colors` and `%colors`. With `jupyter-console` only `%colors` seems to be available. This option seems to have existed in [jupyter console 4.0.1](https://jupyter-console.readthedocs.io/en/4.0.1/config_options.html) but not on the [latest](http://jupyter-console.readthedocs.io/en/latest/config_options.html). Otherwise the...

I have an asyncio-based server application. During development I can do live introspection and debugging using ipython: ```bash ipython -i server.py -- [server args] ``` While during production, I do...

Used to have these options in `jupyter console 4.0.1` as seen below https://jupyter-console.readthedocs.io/en/4.0.1/config_options.html Can't find them in `jupyter console 6.0.0`. Is there any way for me to execute a custom...

The issue like bellow and other looks not working https://github.com/jupyter/jupyter_console/issues/48 Still don't know after many changes how to run in console jupyter notebook --ip=127.0.0.1 and close terminal to leave kernel...

I have a single instance of kernel, which supports multiple sessions. For each session there is an instance of interpreter with private execution_count. I have two jupyter consoles connected to...

If my kernel sends an error response for the `kernel_info_request`, jupyter console still starts without any error. Here is the log of request/response from my custom kernel: ``` --Request for...

I am using WIndows 10 with Anaconda 3. When using matplotlib in Jupyter console, I constantly receive the message "QSocketNotifier: Multiple socket notifiers for same socket xxx and type Read"...