Skip to content

Instantly share code, notes, and snippets.

@Kvieta1990
Created January 12, 2022 18:42
Show Gist options
  • Save Kvieta1990/4d6b2d40129d9be8c5acae6950d54b6b to your computer and use it in GitHub Desktop.
Save Kvieta1990/4d6b2d40129d9be8c5acae6950d54b6b to your computer and use it in GitHub Desktop.
Windows 10 JupyterLab server using WSL Ubuntu kernel
{
"argv": [
"C:\\windows\\system32\\wsl.exe",
"-d",
"Ubuntu",
"/home/yuanpeng/anaconda3/envs/py37/bin/python",
"-m",
"ipykernel_launcher",
"-f",
"$(wslpath -a '{connection_file}')"
],
"display_name": "diffpy",
"language": "python",
"metadata": {
"debugger": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment