GithubHelp home page GithubHelp logo

ilyasurkov94 / data-science-portfolio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pplonski/data-science-portfolio

0.0 0.0 0.0 501 KB

Data Science Portfolio website created with Jupyter notebooks and Mercury

Home Page: http://piotr-data-science-portfolio.herokuapp.com/

License: MIT License

Jupyter Notebook 99.99% Procfile 0.01%

data-science-portfolio's Introduction

Data Science Portfolio website with Jupyter notebook and Mercury

Data Science Portfolio website contructed from Jupyter notebooks and served with Mercury.

๐Ÿ’ป Demo

Demo is running at Heroku free dyno at http://piotr-data-science-portfolio.herokuapp.com.

Mercury Custom Welcome Message

๐Ÿ““ Notebooks

There are three notebooks served. Each notebooks is interactive - they have YAML header defined for Mercury.

โš ๏ธ The GitHub is not displaying the RAW cells when preview notebooks in GitHub. It is the best to clone the repo and open it in Jupyter Notebook/Lab.

๐Ÿ–ฅ๏ธ Run locally

Clone the code

git clone [email protected]:pplonski/data-science-portfolio.git

Add notebooks to Mercury

mercury add hello_notebook.ipynb
mercury add csv_preview.ipynb
mercury add show_image_notebook.ipynb

Run local server

mercury runserver --runworker

Please open a web browser, the website is running at http://127.0.0.1:8000.

๐Ÿงฐ Deploy

The repo can be easily deployed to Heroku with few commands.

Create Heroku app

heroku create my-amazing-app-name

Set environment variables in Heroku

heroku config:set SERVE_STATIC=True
heroku config:set ALLOWED_HOSTS=my-amazing-app-name.herokuapp.com
heroku config:set NOTEBOOKS=*.ipynb
heroku config:set WELCOME=welcome.md

Push the code to Heroku

git push heroku main

Happy coding!

I hope that this example Data Science Portfolio will help you create your own website. Good luck!

data-science-portfolio's People

Contributors

pplonski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.