We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the environment.yml file, I don't think we need to add Jupyterlab as a dependency since we are already using Jupyterlab in our base Docker image.
name: academic-success-predictor channels: - conda-forge dependencies: - python=3.11 - altair=5.4.1 - jupyterlab=4.2.5 - pandas=2.2.3 - scikit-learn=1.5.2 - pandera=0.20.4
The text was updated successfully, but these errors were encountered:
Merge pull request #15 from UBC-MDS/remove-jupyter
172bf8d
Remove jupyterlab from the dependency #14
MCatherine1994
No branches or pull requests
For the environment.yml file, I don't think we need to add Jupyterlab as a dependency since we are already using Jupyterlab in our base Docker image.
The text was updated successfully, but these errors were encountered: