Docker 端zerinde Jupyter Notebooks kullan脹m脹ndan bahsedeceiz. Docker konteyn脹r脹n脹n run komutu ile y端klenip balat脹ld脹ktan sonra durdurulmas脹 ve tekrardan balat脹lmas脹. Ayr脹ca Jupyter Notebooks 端zerine 旦nceden haz脹rlanm脹 kodlar脹n y端klenmesi, klas旦r yap脹s脹 ve 5.0 versiyonu ile yeni gelen 旦zelliklerinden bahsedilecektir. Son olarak ise Jupyter Notebooks Viewerdan bahsedilecektir.
https://www.meetup.com/dataistanbul/events/239806911/
https://www.youtube.com/watch?v=fXljzcDIp70
2. What is Docker
Docker automates the
repetitive tasks of setting
up and configuring
development
environments so that
developers can focus on
what matters: building
great software.
4. Legacy desktop solution. Docker Toolbox is for
older Mac and Windows systems that do not
meet the requirements of Docker for Mac and
Docker for Windows.
9. The Jupyter
Notebook
The Jupyter Notebook is an
open-source web
application that allows you
to create and share
documents that contain
live code, equations,
visualizations and
explanatory text. Uses
include: data cleaning and
transformation, numerical
simulation, statistical
modeling, machine
learning and much more.
11. What is
Notebook?
In addition to running your code, it stores code
and output, together with markdown notes, in an
editable document called a notebook. When you
save it, this is sent from your browser to the
notebook server, which saves it on disk as a JSON
file with a .ipynb extension.
17. Edit keyboard shortcuts for
Command Mode within the UI
Keyboard shortcuts are now
declarative
Add more visible Trusted and
Untrusted notifications
The notebook server now
provides information about kernel
activity in
its kernel resource API
...
18. Burak Ince - ThoughtWorks
@burakinc
Thanks! Questions?
Editor's Notes
#9: Dockerfile example
docker exec -it nb bash
docker exec --user root -it nb bash
#14: Jupyter Notebook
Help -> User Interface Tour
Help -> Edit Keyboard Shortcuts
Cell Execution Order
Execution bash command with !
Terminal with Git
Magic lines ( %lsmagic )