- 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
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- 企業級Java EE架構設計精深實踐
- Mastering Scientific Computing with R
- 21天學通C++(第6版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Hands-On Enterprise Automation with Python.
- Clojure for Java Developers
- Android Sensor Programming By Example
- Sails.js Essentials
- Python大規模機器學習
- HTML5移動Web開發
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- 系統分析師UML用例實戰
- Django 2.0 入門與實踐