All Projects → binder-examples → conda

binder-examples / conda

Licence: BSD-3-Clause license
Specifying a conda environment with `environment.yml`

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to conda

vscode-binder
VS Code on Binder
Stars: ✭ 88 (+33.33%)
Mutual labels:  binder, binder-ready
requirements
Simple requirements.txt based example
Stars: ✭ 62 (-6.06%)
Mutual labels:  binder, binder-ready
ijava-binder
An IJava binder base for trying the Java Jupyter kernel on https://mybinder.org/
Stars: ✭ 28 (-57.58%)
Mutual labels:  binder, binder-ready
appmode
Creating web applications with Jupyter and Binder
Stars: ✭ 37 (-43.94%)
Mutual labels:  binder, binder-ready
clustergrammer2-notebooks
Examples using Clustergrammer2 to explore high-dimensional datasets.
Stars: ✭ 35 (-46.97%)
Mutual labels:  binder, binder-ready
Ipycytoscape
A Cytoscape Jupyter widget
Stars: ✭ 128 (+93.94%)
Mutual labels:  binder
Technowlogger
TechNowLogger is Windows/Linux Keylogger Generator which sends key-logs via email with other juicy target info
Stars: ✭ 172 (+160.61%)
Mutual labels:  binder
Helm Chart
A store of Helm chart tarballs for deploying JupyterHub and BinderHub on a Kubernetes cluster
Stars: ✭ 123 (+86.36%)
Mutual labels:  binder
Pelock Software Protection And Licensing Sdk
Software copy protection against cracking & reverse engineering with anti-cracking & anti-debugging techniques. Software license key system with time trial options.
Stars: ✭ 109 (+65.15%)
Mutual labels:  binder
try-gmt
Try GMT, PyGMT, and GMT.jl online! All in one place!
Stars: ✭ 34 (-48.48%)
Mutual labels:  binder
Python Geospatial
A collection of Python packages for geospatial analysis with binder-ready notebook examples
Stars: ✭ 187 (+183.33%)
Mutual labels:  binder
Jupyter Server Proxy
Jupyter notebook server extension to proxy web services.
Stars: ✭ 153 (+131.82%)
Mutual labels:  binder
Nb2xls
Convert Jupyter notebook to Excel spreadsheet
Stars: ✭ 129 (+95.45%)
Mutual labels:  binder
Scikit Optimize
Sequential model-based optimization with a `scipy.optimize` interface
Stars: ✭ 2,258 (+3321.21%)
Mutual labels:  binder
Python Audio
Some Jupyter notebooks about audio signal processing with Python
Stars: ✭ 125 (+89.39%)
Mutual labels:  binder
Juniper
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (+186.36%)
Mutual labels:  binder
Android Readthefuckingsourcecode
😜 记录日常的开发技巧,开发中遇到的技术重点、难点,各个知识点的总结,优质面试题等等。持续更新...
Stars: ✭ 1,665 (+2422.73%)
Mutual labels:  binder
Spacy Course
👩‍🏫 Advanced NLP with spaCy: A free online course
Stars: ✭ 1,920 (+2809.09%)
Mutual labels:  binder
California Coronavirus Data
The Los Angeles Times' independent tally of coronavirus cases in California.
Stars: ✭ 188 (+184.85%)
Mutual labels:  binder
Mpyc
MPyC for Secure Multiparty Computation in Python
Stars: ✭ 142 (+115.15%)
Mutual labels:  binder

Conda environment with environment.yml

Binder

A Binder-compatible repo with an environment.yml file.

Access this Binder by clicking the blue badge above or at the following URL:

http://mybinder.org/v2/gh/binder-examples/conda_environment/HEAD?filepath=index.ipynb

Notes

The environment.yml file should list all Python libraries on which your notebooks depend, specified as though they were created using the following conda commands:

conda activate example-environment
conda env export --from-history -f environment.yml

Note that the only libraries available to you will be the ones specified in the environment.yml, so be sure to include everything that you need!

Also note that if you skip the --from-history, conda may include OS-specific packages in environment.yml, which you would have to manually prune from environment.yml. For example, confirmed macOS-specific packages that should be removed are:

  • libcxxabi=4.0.1
  • appnope=0.1.0
  • libgfortran=3.0.1
  • libcxx=4.0.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].