We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some people that are having trouble creating the Windows env, this may help:
name: cython channels: - conda-forge - defaults dependencies: - python=3.5 - beautifulsoup4 - bkcharts - bleach - bokeh - ca-certificates - certifi - chardet - click - cloudpickle - cycler - cython - dask - decorator - dill - distributed - entrypoints - fastcache - freetype - h5py - hdf5 - heapdict - html5lib - idna - ipykernel - ipython - ipython_genutils - ipywidgets - jedi - jinja2 - jpeg - jsonschema - jupyter_client - jupyter_core - libpng - libsodium - libtiff - llvmlite - locket - markupsafe - matplotlib - mistune - mpmath - msgpack-python - nbconvert - nbformat - networkx - nomkl - notebook - numba - numexpr - numpy - openssl - pandas - pandoc - pandocfilters - partd - patsy - pexpect - pickleshare - pillow - pip - prompt_toolkit - psutil - pygments - pyparsing - python-dateutil - pytz - pyyaml - pyzmq - requests - scikit-image - scikit-learn - scipy - seaborn - setuptools - simplegeneric - six - sortedcontainers - sqlalchemy - sqlite - statsmodels - sympy - tblib - testpath - tk - toolz - tornado - traitlets - urllib3 - vincent - wcwidth - webencodings - wheel - widgetsnbextension - xlrd - xz - yaml - zeromq - zict - zlib - mingwpy - pip: - appnope
Use it with conda env create --file environment.yml --name cython-tutorial
conda env create --file environment.yml --name cython-tutorial
PS: You'll probably need Visual Studio 2015 for this tutorial.
You may need https://github.com/cython/cython/wiki/CythonExtensionsOnWindows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some people that are having trouble creating the Windows env, this may help:
Use it with
conda env create --file environment.yml --name cython-tutorial
PS: You'll probably need Visual Studio 2015 for this tutorial.
You may need https://github.com/cython/cython/wiki/CythonExtensionsOnWindows
The text was updated successfully, but these errors were encountered: