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

In Jupyter Notebook/Lab you can hit shift-tab to show a tooltip with the documentation of the item under the cursor, I don't see a way of opening a similar thing...

Anyone who has the repository already cloned will likely need to update it. These are the commands GitHub suggests: ``` git branch -m master main git fetch origin git branch...

maintenance

When a change the option to true i cant run console Shutting down kernel Task exception was never retrieved future: Traceback (most recent call last): File "/usr/lib/python3.9/asyncio/tasks.py", line 258, in...

After running `jupyter console` and running any cell, an exception gets raised. See traceback below. Environment: - Ubuntu 20.04.2 LTS - Python 3.8.10 / 3.9.1 - IPython 7.25.0 / 8.0.0.dev...

At least on MacOS __`jupyter console`__ 6.4.0 is broken on fresh install from conda-forge. Regression seems to be caused by `jupyter_client` 7.0.2. Downgrading `jupyter_client` from 7.0.2 to 6.1.12 seems to...

![image](https://user-images.githubusercontent.com/36422589/131275843-27fdc543-4f38-467c-ae6e-24dea42798b6.png) for loop counting comma as index in list

Install xeus-cling in a clean conda enviroment xcpp11 and xcpp14 works fine with jupyter console, however xcpp17 doesn't work. To reproduce the issue ```bash conda create -n cling conda install...

Device: Raspberry Pi 4B OS: Ubuntu 20.04 Version: Python 3.8 jupyter 1.0.0 jupyter-client 6.2.0 jupyter-console 6.4.0 jupyter-core 4.7.1 uncomment these two lines in the file jupyter_console_config.py - c.ZMQTerminalInteractiveShell.image_handler = 'PIL'...

I wanted to write a [simple smoke test for ilua](https://github.com/guysv/ilua/issues/11), but this is where I ended up: ``` $ jupyter-console print("a") > EOF Warning: Input is not to a terminal...

Sometimes I'd like to have multi line cells, for example when running several matplotlib commands. The current hack is to use the %%time magic ``` In [6]: %%time : xs...