Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

environment.yml 243 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  1. name: null
  2. channels:
  3. - conda-forge
  4. - defaults
  5. dependencies:
  6. - gh
  7. - git
  8. - ipython-sql
  9. - jupyterlab
  10. - jupyterlab-git
  11. - matplotlib
  12. - nodejs
  13. - pandas
  14. - pip
  15. - pip:
  16. - -r file:requirements.txt
  17. - python
  18. - xeus-python
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...