Coder Social home page Coder Social logo

path_to_production_demo's Introduction

path_to_production_demo

Jupyter Notebook path to production demo

Binder

This repo is a reference example for a Jupyter disourse post about challenges in developing Notebooks for Enterprise user bases. The crux of the issue is that the experience levels of users fall along a spectrum from "comfortable writing code from scratch" to "uncomfortable even seeing code" and everywhere in between.

Jupyter Notebooks are an invaluable and innovative resource for creating an introspective, exploratory, explanatory workflow. Notebooks written with that style in mind typically have:

  • linear execution
  • small amount of code in each cell
  • descriptive output useful for sanity checks
  • Markdown narrative with table of contents
  • most data accessible in global scope for debug purposes

Jupyter Notebooks can also use ipywidgets to create rich interactive user interfaces that on par with many simple web applications. Writing "web-app" Notebooks is popular for many reasons, most of which revolve around Notebook authors getting the "product" out the door more quickly. For instance, the "application logic" being used in the "web app" was probably prototyped in a Notebook already. There is no (or significantly less) hassle with the overhead of setting up a web server, web framework stack, html/javascript file formatting, etc.

path_to_production_demo's People

Contributors

kafonek avatar

Watchers

 avatar  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.