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.
while loading CSV file I am getting KeyError: “None of [Index([‘Weight’, ‘Volume’], dtype=’object’)] are in the [columns]” error
my code
‘_lzma.LZMADecompressor’ object has no attribute ‘needs_input’
При загрузке модели navec в Jupyter:
Navec.load('./nlp_models/navec_hudlit_v1_12B_500K_300d_100q.tar')
возникает ошибка ‘_lzma.LZMADecompressor’ object has no attribute ‘needs_input’
Как чинить?
What should I do to use the file I used before in Jupiter notebook as it was before?
enter image description here
this is the current situation
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.
Intellisense not working as soon as I save my file
When I save my .ipynb file in VSCode, the intellisense stops working and show this.