Skip to content
Discussion options

You must be logged in to vote

Hi @arjunresha ! I’ve also worked with large datasets in Jupyter notebooks inside VS Code and experienced performance slowdowns. Here are some tips that might help improve performance:

  1. Use a Virtual Environment or Conda Environment
    Make sure your Python environment is clean and has only the necessary packages installed. Sometimes, heavy or conflicting packages slow things down.

  2. Enable Jupyter Server in Local Mode
    If you’re running notebooks on a remote server, try running the Jupyter server locally on your machine instead, as network latency can cause lag.

  3. Optimize Data Loading and Processing

  • Use efficient libraries like pandas with dtype specifications to reduce memory usage.
  • Us…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@arjunresha
Comment options

Answer selected by arjunresha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants