Relative Content

Tag Archive for pythonjupyter-notebookjupyter

I can’t open Jupyter with command showing the given error

C:UsersUSER>jupyter notebook [I 2024-09-09 11:00:35.491 ServerApp] jupyter_lsp | extension was successfully linked. [I 2024-09-09 11:00:35.507 ServerApp] jupyter_server_terminals | extension was successfully linked. [I 2024-09-09 11:00:35.523 ServerApp] jupyterlab | extension was successfully linked. [I 2024-09-09 11:00:35.523 ServerApp] notebook | extension was successfully linked. [I 2024-09-09 11:00:36.194 ServerApp] notebook_shim | extension was successfully linked. [I 2024-09-09 11:00:36.257 […]

Can I push objects to a Jupyter Kernel

I’m working on a project in which I’m executing code from an LLM in a Jupyter Kernel to play around with and iterate on. I’m using the jupyter-client library to instantiate a kernel and allow the LLM to send code for execution.

KeyError: ‘Column not found: ‘

I keep experecing a KeyError: ‘Column not found: AVG’ within a CSV dataset.
This column does exist, and I have even changed the name to AVG, and I get KeyError: ‘Column not found: USSTHPI’ and again KeyError: ‘Column not found: AVG’ which is the old name of the column ‘USSTHPI’ and now the new name of the column ‘AVG’.
I am using Jupyter Notebook and I even tried in VSCode – same error presists.