- Jupyter for Data Science
- Dan Toomey
- 178字
- 2021-07-08 09:22:35
Using Docker with Jupyter
Docker is a mechanism that allows you to have many complete virtual instances of an application in one machine. Docker is used by many software firms to provide a fully scalable implementation of their services, and support as many concurrent users as needed.
Prior mechanisms for dealing with multiple instances shared common resources (such as disk address space). Under Docker, each instance is a complete entity separate from all others.
Implementing Jupyter on a Docker environment allows multiple users to access their own Jupyter instance, without having to worry about interfering with someone else's calculations.
The key feature of Docker is allowing for a variable number of instances of your notebook to be in use at any time. The Docker control system can be set up to create new instances for every user that accesses your notebook. All of this is built-in to Docker without programming; just use the user interface to decide how to create instances.
There are two ways you can use Docker:
- From a public service
- Installing Docker on your machine
- SPSS數據挖掘與案例分析應用實踐
- Python快樂編程:人工智能深度學習基礎
- Java設計模式及實踐
- GeoServer Beginner's Guide(Second Edition)
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Procedural Content Generation for C++ Game Development
- 移動增值應用開發技術導論
- 一步一步跟我學Scratch3.0案例
- SSH框架企業級應用實戰
- Visual Basic程序設計實驗指導及考試指南
- LabVIEW數據采集
- 高質量程序設計指南:C++/C語言
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- 輕松學Scratch 3.0 少兒編程(全彩)