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