About 468,000 results
Open links in new tab
  1. Use Poetry in Deepnote instead of dealing with local packages

    Jul 9, 2024 · Poetry is a robust dependency manager for Python projects, simplifying the management of dependencies and virtual environments. Unlike traditional package managers, it ensures consistency across different environments, maintaining a stable development workflow.

  2. Installing dependencies - Deepnote docs

    There are 3 major ways of installing system-level dependencies and Python packages in Deepnote: installing them ad-hoc in your notebook; using an initialization script (Init notebook); or by changing the underlying environment image. 1. …

  3. Pre-installed packages - Deepnote docs

    Deepnote provides key data analytics and ML Python libraries off the shelf, in the most recent version. All you have to do is import them into your project. The current list of pre-installed packages: agate; arrow; datascience; dill; fiona; jsonify; keras; matplotlib; nltk; numpy; pandas; psycopg2-binary; requests; scikit-learn; scipy; scrapy ...

  4. How to Install a Python Package From a Private Repository

    Go to github.com and click on View profile and more. 2. Click on Settings. 3. Click on Developer settings. 4. Click on Personal access tokens. 5. Click on Generate new token. 6. Type what the token is going to be used for. 7. Check the "repo" scope. 8. Click on Generate token. 9. Click on Copy token. 10. Go to Integrations | Deepnote. 11.

  5. Environment | Deepnote Help Center

    How to Create and Use an API Key? How to Install a Python Package From a Private Repository

  6. GitHub - ramene/awesome-deepnote: A curated list of extensions, python

    A curated list of extensions, python packages, machine learning and collaborative notebooks ready to run in Deepnote.

    Missing:

    • Packaging

    Must include:

  7. Getting Started In Deepnote | Deepnote Help Center

    How to Create and Use an API Key?

  8. 不会配置python本地环境?请进!Deepnote 了解一下 - 知乎

    python的环境配置问题:好多小白们对环境配置什么的简直都烦透了。网上铺天盖的anaconda教程,但是却解决不了有的dependency无法配置的问题,最后好多人在学习某个包(package)之前就放弃了。

  9. Python requirements - Deepnote docs

    Python requirements Installing packages through pip If you install (or uninstall) a package thorough the !pip command in a notebook, a suggestion will show up to move that package to requirements.txt .

  10. python - Installing Conda on Deepnote - Stack Overflow

    Dec 4, 2020 · Install Conda and make Conda packages available in current environment. # 2. Package installation. # 3. Package usage. Also found an alternative solution on the Deepnote community: https://community.deepnote.com/c/custom-environments/custom-environment-for-installing-conda-packages.

  11. Some results have been removed