Hacker News new | ask | show | jobs
by ontouchstart 2782 days ago
I took a look at this

https://github.com/zeit/now-builders

It seems that it might be possible to write a bulder like @now/jupyter to automatically deploy Jupyter notebooks with a requirements.txt. The questions are:

1. Is your team going to write it?

2. Is it possible for a third party to write it and put in the now.json?

    {
      "version": 2,
      "builds": [
        { "src": "*.py", "@thirdparty/jupyter" }
      ]
    }
1 comments

Not to speak for @rauchg and the team, but I think the answers are 1: no (or not soon) and 2: yes