continuumio/anaconda3By using this image, you hereby acknowledge and assent to the legal terms applicable to the Anaconda Distribution Installer at [***]
Docker container with a bootstrapped installation of Anaconda (based on Python 3.X) that is ready to use.
The Anaconda distribution is installed into the /opt/conda folder and ensures that the default user has the conda command in their path.
Anaconda is the leading open data science platform powered by Python. The open source version of Anaconda is a high performance distribution and includes over 100 of the most popular Python packages for data science. Additionally, it provides access to over 720 Python and R packages that can easily be installed using the conda dependency and environment manager, which is included in Anaconda.
You can download and run this image using the following commands:
docker pull continuumio/anaconda3 docker run -i -t continuumio/anaconda3 /bin/bash
Alternatively, you can start a Jupyter Notebook server and interact with Anaconda via your browser:
docker run -i -t -p 8888:8888 continuumio/anaconda3 /bin/bash -c "\ conda install jupyter -y --quiet && \ mkdir -p /opt/notebooks && \ jupyter notebook \ --notebook-dir=/opt/notebooks --ip='*' --port=8888 \ --no-browser --allow-root"
You can then view the Jupyter Notebook by opening http://localhost:8888 in your browser, or http://<DOCKER-MACHINE-IP>:8888 if you are using a Docker.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务