Jupyter Notebook

Runtime Issue

errno 13

  1. Open anaconda powershell from navigator
  2. use jupyter --paths to check jupyter's paths
    1. Don't want C:\Users\deann\AppData\Roaming\ for runtime directory
  3. use get-childitem env: to see all paths in environment
  4. use[System.Environment]::SetEnvironmentVariable('JUPYTER_RUNTIME_DIR','C:\Users\deann\AppData\Local\Temp') to set value permanently

Connect With Me!