Electron Adventures: Episode 57: Notebook Python HTTP Backend
Let's try to do the same thing in Python as we did in Ruby.
Frontend changes
We can reuse the frontend we just did. The only changes are different code examples in src/App.js:
let [notebook, updateNotebook] = useImmer([
{ input: "def fib(n):\n ...
taw.hashnode.dev3 min read