在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:rothnic/anaconda-notebook开源软件地址:https://github.com/rothnic/anaconda-notebook开源编程语言:Python 55.6%开源软件介绍:Anaconda-NotebookIPython 3 Notebook and Terminal + Anaconda Screencast DemoOverviewA docker image with the intent to provide an IPython 3/Jupyter notebook and terminal access, similar to what is provided with jupyter/demo, except with a full Anaconda install, owned by the user. The benefits are that you can use conda or pip to quickly install new packages via the terminal. A python 3 install is used, but has a python 2 IPython kernel that is tied to a python 2 conda environment, named The goal is to provide a sandbox IPython environment with most of what you'd need, but still provide the capability to install things as needed. See the demo, it shows running it on OSX via boot2docker, running the included sample notebook, then installing seaborn with Conda, then running a seaborn example. Included Python PackagesSee Anaconda Package Documentation Modifications to Standard Anaconda Install
Getting StartedInstall Docker
Downloading the Latest Image
Running the Docker ImageIf using with tmpnb, see their readme for using this image. Some example commands are provided below, but they may fall out of sync with tmpnb if it is updated, so be sure to check the project.
Otherwise, standalone use would be with:
Overview of run options:
Note: This run command could be modified for your purposes, see docker run. For example, using Anaconda Environment
Installing New Packages
DevelopmentThere are a few ways you could customize this image. You can either fork this project and make the changes directly, fork this project, create a new branch, and submit a pull request, or use the image as a base for your own. If you just want to add in your own notebooks, the easiest approach would be to use this as a base for your own image. ExtendingCreate your own Dockerfile and add the following to the top of the file:
Next, just copy in your notebooks into
BuildingEither clone this repository, or extend it as mentioned above, then navigate to the directory where the Dockerfile exists, then enter the following command:
Avoid Repeated Anaconda DownloadThe install.sh file will look for a file named Anaconda.sh that will be in the /src directory. You can download the Anaconda installer, rename it, and place it there so that it isn't downloaded each time you try to build. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论