tl;dr: Dev Containers are an open specification that expands the concept of a docker container to capture a full developer experience for a project.
More info: https://aka.ms/pycon-devcontainers
Docs: https://containers.dev >
tl;dr: Dev Containers are an open specification that expands the concept of a docker container to capture a full developer experience for a project.
More info: https://aka.ms/pycon-devcontainers
Docs: https://containers.dev >
This workshop explores how AI agents integrated directly into Jupyter notebooks can help with every part of your data science work. We'll cover the latest notebook-focused agentic features in VS Code, demonstrating how they automate tedious tasks like environment management or graph styling, enhance your "scratch notebook" to sharable code, and more generally streamline data science workflows directly in notebooks.
the src address in an embed link - either email or calendar group account (randomhash@group.calendar.google.com) - is part of the ical url
https://calendar.google.com/calendar/embed?src=**info@example.com**
>to
| {"name":"Notepad","settings":"{\"settings\":\"{\\r\\n \\\"window.zoomLevel\\\": 3,\\r\\n \\\"editor.inlineSuggest.enabled\\\": true,\\r\\n \\\"github.copilot.enable\\\": {\\r\\n \\\"*\\\": true,\\r\\n \\\"yaml\\\": false,\\r\\n \\\"plaintext\\\": false,\\r\\n \\\"markdown\\\": true\\r\\n },\\r\\n \\\"workbench.colorTheme\\\": \\\"Witch Hazel\\\",\\r\\n \\\"cSpell.userWords\\\": [\\r\\n \\\"Codespace\\\",\\r\\n \\\"Codespaces\\\",\\r\\n \\\"conda\\\",\\r\\n \\\"cuda\\\",\\r\\n \\\"devcontainer\\\",\\r\\n \\\"Ferrie\\\",\\r\\n \\\"liveshare\\\",\\r\\n \\\"matplotlib\\\",\\r\\n \\\"Micromamba\\\",\\r\\n \\\"Miniconda\\\",\\r\\n \\\"Miniforge\\\",\\r\\n \\\"navivage\\\",\\r\\n \\\"nbconvert\\\",\\r\\n \\\"pyenv\\\",\\r\\n \\\"Pylance\\\",\\r\\n \\\"screencast\\\",\\r\\n \\\"screencasts\\\",\\r\\n \\\"tetris\\\"\\r\\n ],\\r\\n \\\"workbenc |
./git/hooksdirectory.Test using it by staging some changes to commit and then running git commit in the command line. The file it pops up for you to edit now should have the suggested summary of the changes from the OpenAI api commented out like this:
# Here is a suggested commit message from code-davinci-002.
# ---| FROM mcr.microsoft.com/devcontainers/miniconda:latest | |
| # Copy environment.yml (if found) to a temp location so we update the environment. Also | |
| # copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists. | |
| RUN conda install -n base -c conda-forge mamba | |
| COPY environment.yml* .devcontainer/noop.txt /tmp/conda-tmp/ | |
| RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && /opt/conda/bin/mamba env update -n base -f /tmp/conda-tmp/environment.yml; fi \ | |
| && rm -rf /tmp/conda-tmp | |
| # [Optional] Uncomment this section to install additional OS packages. |
mkdir Debug
cd Debug
cmake ..
make qat