superlinear-ai / poetry-cookiecutter

🍪 Poetry Cookiecutter is a modern Cookiecutter template for scaffolding Python packages and apps
GNU Affero General Public License v3.0
252 stars 37 forks source link

Explicitly set default jupyter kernel once possible. #217

Open JWuzyk opened 8 months ago

JWuzyk commented 8 months ago

Address the workaround described below:

""" @JWuzyk could you also apply this trick/workaround to automatically select the right kernel in the "settings" section in devcontainer.json:

"jupyter.kernels.excludePythonEnvironments": ["/usr/local/bin/python"]

We should probably log this as an issue to improve once the Jupyter extension allows you to configure a default kernel explicitly. """ Originally posted by @lsorber in https://github.com/radix-ai/poetry-cookiecutter/issues/216#issuecomment-1962979721