|
|
|
|
|
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" }
]
}
|
|