top | item 41235995

(no title)

philote | 1 year ago

If they're shipping notebooks to production and having so many crashes, I'd question that they even know how to do Python.

discuss

order

Narhem|1 year ago

When do you ship notebooks to production? Jupiter was never meant for external clients.

pclmulqdq|1 year ago

While terrifying, it is not uncommon to see python notebooks make it to production.

mathgeek|1 year ago

Quite a number of AI edtech sites use notebooks in production for assignments, as an example of when it happens.

umvi|1 year ago

Usually what happens is:

1. "We got it all working in the notebook"

2. "Great, ship it"

3. (data scientist takes the notebook code almost verbatim, wraps it in a basic CLI or HTTP API and it gets shipped off in a docker container for other services to consume)