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

I'm on Python 3.6.6, Jupyter console 5.2.0, Ipython 6.4.0, Ubuntu 18.04. When running ipdb from jupyter console, arrow keys produce escape sequences. They work fine in ipdb when running ipython...

IPython 5.4 and 6.0 got this new great option `c.TerminalIPythonApp.interactive_shell_class`, which allows to plug-in e.g. `rlipython.TerminalInteractiveShell` (BTW, @ivanov - thank you very much for `rlipython`! 👍🏻). Any chances for getting...

Here is the ipython issue: https://github.com/ipython/ipython/issues/9749 And here are the relevant changes (included in ipython since 5.2): https://github.com/ipython/ipython/pull/9848/files

Completions in paths are invalid. ```python In [23]: cd ~/mycode/a ``` return a completion ```python In[23]: cd ~/mycode/ArithmeticError ``` The list of possible values include python functions whereas only folders...

I am trying to run ```jupyter console``` on Mac OS X (10.13.1) after an install of Python using anaconda and here is what I get: ```python [17:00] ~ > jupyter...

I use `jupyter-console` on a `Ubuntu` VM to connect to a `ipython-kernel` running on Windows using `jupyter console --existing /media/sf_python/dotfiles/kernel-13708.json` On windows I start the `ipython kernel` using: `ipython kernel...

IPDB is a very popular debugger these days. Not sure whether this is a problem in jupyter console or in ipdb.. but ipdb doesnt work in jupyter-console but works find...

update BSD license and rename from COPYING.md to LICENSE

Now that we use prompt-toolkit, we have an eventloop we should be able to use to check for outputs coming from other frontends without waiting for the user to hit...

I have the following error run the jupyter console: with kwargs: {'stdin': -1, 'stdout': None, 'stderr': None, 'cwd': None} Traceback (most recent call last): File "C:\Anaconda\Scripts\jupyter-console-script.py", line 5, in sys.exit(jupyter_console.app.main())...