PJUllrich
Author of Building Table Views with Phoenix LiveView
José just announced Dashbit‘s latest project: Livebook, a web application for writing interactive and collaborative code notebooks
It seems to be similar to Jupyter Notebooks, which works with Python Code. I‘m very impressed by this project since it constitutes another major leap towards allowing data science and machine learning to be conducted in Elixir. Jupyter Notebooks are an essential tool for this kind of work in Python. Livebook not only allows quick evaluation and sharing of Elixir scripts but also reduces the friction for data science and ML folks to jump on the Elixir train.
What do you think about Livebook?
Will you use it and if yes, for what?
Links
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New
:warning: Security advisory: Decimal DoS vulnerability
A vulnerability has been published for decimal where very large exponents can cau...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 11 to 20- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Sebb
So, if the code can run on the server, is there any security or is assumed that only trusted people use the notebook?
josevalim
Only trusted people use the notebook, after all the whole purpose of the notebook is code evaluation. :). There is both token and password authentication available.
Sebb
makes perfect sense for the application, was just curious if livebook brings a safe way to sandbox elixir.
bottlenecked
Just watched the presentation, looks beautiful, well done everyone!
Am I the only one who thought that a livebook woulld make for an exciting interactive sort of blogging platform? Like not only including code sections but allowing people to run them and inspect them in detail while reading the post.
Man, I should create a company selling livebook blogging themes
massimo
I’ve watched the whole thing and it’s beautifully executed, even though Jose says it’s a “first draft” it looks and works wonderfully.
Can’t wait to replace Python with this at work!
Great job!
Sebb
That would require that the Elixir code can’t do any harm to the blog-server.
Otherwise I come to your blog and install a dogecoin-miner.
bottlenecked
Yeah, you’re right of course- still, there might be a way to do this
crova
The same feeling came to me.
But as mentioned, one will have to secure the code execution.
Maybe let people run code that you wrote but not add anything of their own, so taking away the collaborative aspect of the equation.
thousandsofthem
Public read only version?
P.S. Regarding ML direction - sometimes you want to output images, charts etc, and current elixir ecosystem is pretty far away from this at this moment. Something for version 2.0 or so
ekobi
Lots to like here …
Nice work.
–
kobi