/OReillyAIConf

Primary LanguageJupyter Notebook

OReillyAIConf

In this tutorial, we will give a comprehensive introduction of BigDL and run several hand-on exercises. To be able to run these BigDL hand-on exercises, the attendees need to setup an environment on your laptops.

Please note we will provide sandbox environments on our servers during the tutorial. So no worry if you havn't setup your own local environment. As the sandbox servers are shared, we still prefer that you have your own environment.

Setup Local Environment

Docker

  • Step 1, sudo docker run -it --name=bigdltest --net=host intelanalytics/bigdl:0.1.1-spark2.1.0-u14.04-v1 bash
  • Step 2, ./start-notebook
  • Step 3, http://[host-ip]:8888

For mac users

  • Step 1, install some pre-requirements by following this page
  • Step 2, download BigDL from this
  • Step 3, start a local jupyter server by following this

For linux users

  • Step 1, install some pre-requirements by following this page
  • Step 2, download BigDL from this
  • Step 3, start a local jupyter server by following this

For windows users

BigDL hasn't support windows yet. So please use the sandbox environment on our servers

Sandbox environment