Create Anaconda distribution
See original GitHub issueWe should create an auto-deployed Anaconda
distribution of mapboxgl-jupyter
. Data scientists and analysts frequently use the Anaconda distribution of Python.
Process: https://conda.io/docs/user-guide/tutorials/build-pkgs-skeleton.html
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Anaconda Distribution
Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine.
Read more >How to Install Anaconda Distribution on Your Computer
What Is the Anaconda Distribution? · the Python interpreter · an extensive collection of packages · Conda, a package and virtual environment ...
Read more >How to Install Anaconda on Windows
1. Download & Install Anaconda Distribution for Windows · 2. Create Anaconda Environment · 3. Install and Run Jupyter Notebook.
Read more >How To Install the Anaconda Python Distribution on ...
Anaconda is an open-source package manager, environment manager, and distribution of the Python and R programming languages. It is commonly used ...
Read more >Managing environments
With conda, you can create, export, list, remove, and update environments that have different versions of Python and/or packages installed in them.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, 👍 on conda-forge. I know some of the principals and they’ve won me over, at least for getting Rasterio into the hands of desktop and notebook users.
I would recommend publishing this to conda-forge. Its a set of community maintained recipes that will also build the conda packages for win, osx, and linux and publish it to the conda-forge channels where some anaconda users get packages.
The process is relatively simple: take the conda recipe and make a PR. You can read more about here: https://github.com/conda-forge/staged-recipes