templates-jupyter-datascience-notebooks icon indicating copy to clipboard operation
templates-jupyter-datascience-notebooks copied to clipboard

🚀 Get started with a Jupyter datascience template

Results 3 templates-jupyter-datascience-notebooks issues
Sort by recently updated
recently updated
newest added

In VSCode, from the default image (`mcr.microsoft.com/devcontainers/universal:2`), creating any new `jupyter-datascience-notebooks` devcontainer configuration throws an error ## Reproduction Steps 1. Create a new codespace (by default, it will be on...

1. create a dev container from quay.io/jupyter/pyspark-notebook:latest 2. create a notebook 3. select base python kernel 4. enter: ```python from pyspark.sql import SparkSession ``` 5. run and get: ``` ModuleNotFoundError...

I tried to create the jupyter datascience-notebook with all defaults Command 'Dev Containers: Add Dev Container Configuration Files...' resulted in an error A system error occurred (ENOENT. no such file...