Skip to content
Snippets Groups Projects
Commit d646f8f8 authored by yyova0236's avatar yyova0236
Browse files

Update 3 files

- /environment.yml
- /extensions-pip.txt
- /postBuild
parents
No related branches found
No related tags found
No related merge requests found
name: codingai
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- numpy>=1.23
- scikit-learn>=1.1
- scipy
- matplotlib=3.5
- jupyterlab=3.4
- cvxopt=1.3
- pillow
- pandas=2.2.1
- unidecode=1.3.8
- pip
- pip:
- jupyterlab-hide-cells==3.0.1
- nbgitpuller
jupyterlab-hide-cells
jupyterlab_autorun_cells
#!/bin/bash
echo "Installing JupyterLab extensions from extensions-pip.txt..."
pip install --no-cache-dir -r extensions-pip.txt
echo "Enabling JupyterLab extensions..."
jupyter lab build
echo "Setup complete. Environment is ready!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment