Hi HN,<p>We're the founders of<p><a href="https://kyso.io" rel="nofollow">https://kyso.io</a><p>We want to make it really easy to share data-science within teams, and
we've started with Jupyter notebooks.<p>We render the notebooks really nicely, so you can embed interactive visualisations like Bokeh, and Plotly plots.<p>Another nice thing is we allow you to hide the code for non-technical readers, so you basically get a beautiful data blog.<p>Look at <a href="https://kyso.io/laura/" rel="nofollow">https://kyso.io/laura/</a> for some examples.<p>We really want to hear your feedback, let us know what you think!
We use AirBnB's Knowledge Repo project[1][2] for things like this at my company. I love the idea of making it easier to deploy things like this though.<p>1. <a href="https://medium.com/airbnb-engineering/scaling-knowledge-at-airbnb-875d73eff091" rel="nofollow">https://medium.com/airbnb-engineering/scaling-knowledge-at-a...</a><p>2. <a href="https://github.com/airbnb/knowledge-repo" rel="nofollow">https://github.com/airbnb/knowledge-repo</a>
Could you elaborate a bit on what you offer that out-of-the-box Jupyter does not?<p>From my admittedly limited experience with Jupyter, it is already an interactive coding and visualization tool which can be exported to HTML.<p>Can you not include Plotly plots in vanilla Jupyter?<p>The kyso homepage says that you beautifully render the notebooks? Given that they're already html, does that mean custom style sheets? Something more?<p>Or is the main value add just a wrapper over git to make versioning and sharing easier?<p>Thanks.
So what do you actually do? I work with Jupyter notebooks daily. I'm not really sure what you are actually doing with them even after visiting both of your links. Are you hosting deployments on the web? Changing how common plotting tools are displayed?<p>Having the expandable/collapsible code is nifty for sure, but that's the main feature I noticed.<p>If I can offer some perhaps unsolicited feedback, I'd like for you guys to make it more clear (explitcly clear) what exactly you are offering. Your main web page just looks like a sales pitch for jupyter notebooks in general.
My favourite thing about Jupyter notebooks is that you can render them locally to avoid the Jupyter hassle if you don't have it installed for some reason (or if you don't want to run it).<p>Upon reading this, I decided to implement a renderer of Github-hosted files (as their renderer is painfully slow and doesn't work on phones) to further simplify notebook distribution. I haven't looked into Bokeh and other javascripty extensions, but it might be solvable as well. So thanks for the inspiration!<p><a href="https://news.ycombinator.com/item?id=12243562" rel="nofollow">https://news.ycombinator.com/item?id=12243562</a>
I've always wanted a way to do collaborative editing ala google docs in a Jupyter notebook. Does anyone know if there are existing tools that do similar things?
I would pay a LOT if I can upload a notebook (jupyter or Zeppelin) and have it available as a true multi-user dashboard (like a form with input and output)
You guys should consider nteract's commutable as a frontend: <a href="https://github.com/nteract/commutable" rel="nofollow">https://github.com/nteract/commutable</a>
You can also toggle code cells of Jupyter notebooks in Plotly:
<a href="https://plot.ly/~empet/14371" rel="nofollow">https://plot.ly/~empet/14371</a>
I just got this error:
Error!
{
"line": 7,
"column": 2607,
"sourceURL": "<a href="https://kyso.io/_next/cfa0fec92f8264fb4f4d21558810e9ef/app.js"" rel="nofollow">https://kyso.io/_next/cfa0fec92f8264fb4f4d21558810e9ef/app.j...</a>
}<p>This looks really good though! Good work!
Shameless plug: I built a free version of this (for R) a few months ago:<p><a href="https://rnotebook.io" rel="nofollow">https://rnotebook.io</a><p>Adoption hasn't been great, so it's probably going to stay free for a while. Enjoy!
Is this just a UI in front of Jupyter Hub?
<a href="https://github.com/jupyterhub/jupyterhub" rel="nofollow">https://github.com/jupyterhub/jupyterhub</a>
Just got some feedback there that the command line app is only working for node.js v8.0 and above!<p>Will be releasing a node v6.0 compatible version in the next 2 days, and an node independent version very soon!!