-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from mfhepp/notebook_new
Notebook support; lock file export
- Loading branch information
Showing
13 changed files
with
986 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Using an environment name other than "base" is not recommended! | ||
# Read https://github.com/mamba-org/micromamba-docker#multiple-environments | ||
# if you must use a different environment name. | ||
name: base | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- pip | ||
- python>=3.9 | ||
- typer | ||
- requests | ||
- httpx | ||
- nest-asyncio | ||
- black[jupyter] | ||
- jupyter | ||
- ipykernel | ||
- jupytext | ||
- pandas | ||
- numpy | ||
- openpyxl | ||
- tabulate | ||
- matplotlib | ||
- beautifulsoup4 | ||
- graphviz | ||
- python-graphviz | ||
- seaborn | ||
# - jupyter_ai | ||
# PyPi modules | ||
# - pip: | ||
# - black[jupyter] |
Oops, something went wrong.