Live data from Hacker News

Viewing profile — mscolnick

mscolnick

HN member
Joined
Fri, Apr 28, 2023, 6:18 PM UTC
HN karma
140
Public activity
45 items

About mscolnick

No profile information was provided.

Recent public activity

  1. comment
    Comment #47720614

    team effort, but this awesome goes to Trevor

  2. comment
    Comment #47718510

    How do you teach the model to use this new API? Wouldn't they be more effective just using the polars/pandas API which is has been well trained with?

  3. comment
    Comment #47718482

    This is cool. Do you still use this? There has been ideas thrown around to add "prompt" cells to marimo that can similarly create outputs or downstream cells and the prompts are se…

  4. comment
    Comment #44870117

    it would be awesome if this embedded marimo notebooks that run on WebAssembly (via https://marimo.app/ )

  5. comment
    Comment #44419844

    1. marimo

  6. comment
    Comment #43419378

    It wasn't included in the blog, but marimo also supports a markdown format, in case you're interested: marimo edit notebook.md

  7. comment
    Comment #43417195

    The parent comment wasn't fully correct. marimo doesn't store outputs in the notebook file, but it does have many ways outputs are stored alongside the notebook, or remotely if you…

  8. comment
    Comment #43417104

    It may be preferable to create a variable tied to a UI element that can be used as a toggle to view each analysis. choice = mo.ui.dropdown(['train', 'split') data = load(choice.val…

  9. comment
    Comment #43417005

    The default "store" is a local FileStore. In your case, it will save the outputs to a file on disk called `my_cache`. We plan to add more stores like Redis, S3-bucket, or an extern…

  10. comment
    Comment #43416965

    > One design decision they made is that outputs are not stored This is not quite true. Outputs are not stored...in the Python file*. marimo does store outputs in the `/__marimo__` …

  11. comment
    Comment #43375375

    Looks awesome! big fans of pyodide, congrats on the launch

  12. comment
    Comment #42783178

    You might be interested in marimo [1], which does not store your outputs in the notebook artifact. Also the files are stored at pure-python instead of json, which LLMs much prefer …

  13. comment
    Comment #42704486

    Thanks for sharing these resources

  14. comment
    Comment #42703594

    It is much smaller than that, Pyodide is only 2.8mb and the Python stdlib is 2.3mb when zipped

  15. comment
  16. comment
    Comment #42703537

    Yea, this can be hosted on GitHub pages without any vendor infra (no marimo.app) These are two separate features: 1) marimo.app + github.com/path/to/nb.ipynb does run on marimo.app…

  17. story
    Show HN: WASM-powered codespaces for Python notebooks on GitHub

    Hi HN! Last year, we shared marimo [1], an open-source reactive notebook for Python with support for execution through WebAssembly [2]. We wanted to share something new: you can no…

  18. comment
    Comment #42576019

    it’s already possible to do this: marimo export script nb.py Pure-python also helps to work with existing tools out of the box: formatting, linting, pytest, importing notebooks as …

  19. story
  20. comment
    Comment #42458235

    this sort of hackery to work with jupyter notebooks is exactly why we are building marimo ( https://github.com/marimo-team/marimo ). this should not be the standard

  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #41583450

    marimo has a playground to run notebooks via WebAssembly - similar to Bento - without having to deploy yourself: https://marimo.app/