[MINOR] update tutorials page with notebooks (#80)

- basic databricks setup
- dml playground with colab for algorithms prototyping
4 files changed
tree: 75c3e79ed5a5e136635e66dc7e798422b1c454a3
  1. .github/
  2. _src/
  3. branding_assets/
  4. .asf.yaml
  5. .gitattributes
  6. .gitignore
  7. .htaccess
  8. _config.yml
  9. CONTRIBUTING.md
  10. gulpfile.js
  11. LICENSE
  12. NOTICE
  13. package-lock.json
  14. package.json
  15. README.md
README.md

SystemDS Website

Dependencies

Node.js and npm

In order to build this project you will need the latest version of node.js and npm. Detailed instructions for download and installation can be found here.

Gulp

We use Gulp to compile Sass and JS as well as run the Jekyll build. You can install it with npm:

sudo npm install -g gulp

Building the website

Download website dependancies

npm install

Build website contents

gulp

If all goes well it open the site in your browser at http://localhost:3000.