https://observablehq.com/ logo
Join Slack
Powered by
# observable-platform
  • a

    Allison (Observable Team)

    01/23/2024, 1:29 PM
    set the channel description: Discussions and questions about working in Observable notebooks, collaborating with teammates, and sharing your work at observablehq.com.
  • s

    Slackbot

    02/16/2024, 12:22 AM
    This message was deleted.
    m
    • 2
    • 1
  • s

    Slackbot

    02/17/2024, 4:44 PM
    This message was deleted.
    p
    a
    • 3
    • 3
  • s

    Slackbot

    02/20/2024, 7:45 PM
    This message was deleted.
    m
    z
    a
    • 4
    • 14
  • s

    Slackbot

    03/04/2024, 8:30 PM
    This message was deleted.
    f
    z
    • 3
    • 9
  • s

    Slackbot

    03/12/2024, 6:42 PM
    This message was deleted.
    f
    z
    • 3
    • 10
  • s

    Slackbot

    03/13/2024, 7:03 PM
    This message was deleted.
    f
    z
    • 3
    • 19
  • z

    Zach Bogart

    04/08/2024, 8:28 PM
    Translations of notebooks Does anyone have experience making notebooks responsive to different languages? Simple approach might be to have the text be translated and have an Input toggle to switch between options, but has anyone explored this further?
    f
    • 2
    • 2
  • z

    Zach Bogart

    04/17/2024, 11:46 PM
    Passing variables to notebooks Colleague was interested in whether you could pass a variable to a notebook in the url. For example, passing a string to set the default value for an Observable Input. • Is this possible with a Notebook? • Is this possible within a Framework Project page?
    m
    • 2
    • 3
  • z

    Zach Bogart

    04/26/2024, 6:11 PM
    Understanding pricing tier changes Would like to better understand the recent pricing tier changes released 2024-04-25. • Starter tiers workspaces are now a single member and a single Project • For Pro tier workspaces, there are no member limits and no hosted Project limits, where pricing is determined by the member count. • Does this mean that a Pro tier workspace of any size has access to unlimited hosted Projects? In other words, the abilities to host unlimited Projects is only based on the use of a Pro tier, not the quantity of team members within that tier?
    c
    a
    • 3
    • 7
  • p

    Peter Murphy

    05/03/2024, 9:22 PM
    Seeing unexpected "md" appearing at beginning of markdown blocks, like in https://observablehq.com/@d3/d3-group
    ✅ 1
    f
    • 2
    • 2
  • z

    Zach Bogart

    05/15/2024, 6:17 PM
    Unused FileAttachments • In a notebook, do unused file attachments affect performance, in that a large unused file will slow down a notebook? • Related, unused files often are present because previous forks used different file versions. So, these can be deleted, but it will mean that older forks will not work? Thanks!
    m
    • 2
    • 3
  • c

    Cobus Theunissen

    06/11/2024, 10:16 PM
    set the channel description: Discussions and questions about working in Observable notebooks, using Framework, collaborating with teammates, and sharing your work at observablehq.com.
  • c

    Cobus Theunissen

    06/11/2024, 10:16 PM
    set the channel description: Discussions and questions about working in Observable notebooks, using Framework, collaborating with teammates, and sharing your work at observablehq.com.
  • z

    Zach Bogart

    06/14/2024, 8:50 PM
    Download a sql query as CSV/JSON I have a parquet file I run a query on as DuckDB, and I get back what looks like an array of `Row`’s, which work well within a notebook. I did have a desire to download a query result and am not seeing that option (where you can say download an array of Objects). • Is there something I can do to download a dataset I made, or maybe change the data to be objects, not Rows from a sql query? Thanks!
  • f

    Fil

    06/15/2024, 4:52 AM
    To transform this into a normal JavaScript object, you could use
    tester2 = Array.from(tester, (d) => ({...d}))
  • r

    Robert Budzyński

    06/16/2024, 9:01 AM
    What is a method for downloading content generated in an Observable notebook as a file?
    f
    • 2
    • 3
  • r

    Robert Budzyński

    06/18/2024, 7:14 PM
    l am suddenly getting this error in my notebook: (The funny part is I can fetch that url directly in a browser tab, and the api responds immediately. And no, not CORS. The console message is:
    Failed to load resource: net::ERR_EMPTY_RESPONSE
    f
    • 2
    • 26
  • z

    Zach Bogart

    07/11/2024, 11:54 PM
    A Table input just for display A designer asked me if the row selection for an Observable Table Input can be disabled. Is there a way to do this? (docs for Table input)
    f
    • 2
    • 2
  • m

    Martin Charles

    07/31/2024, 6:11 PM
    hey all! I've been using a modified version of https://github.com/observablehq/database-proxy with duckdb to expose my local duckdb data to observablehq (changes here https://github.com/observablehq/database-proxy/compare/main...0xcaff:database-proxy:martin/duckdb?expand=1 plus the attached patch). I'm using the proxy as I found my database too large to use with the in-process wasm duckdb (lacks multi threaded execution, seems to experience memory exhaustion when trying to load a duckdb database from local disk). I know I could use motherduck to solve this but I don't need collaboration yet and want to experiment a bit first in a single user environment before I setup motherduck. Currently my setup works but I'd like to upstream my changes but to get rid of the hardcoded stuff in server.js I think I'll need some help adding a new item in the
    New database
    modal for duckdb which allows for connecting to duckdb through the self hosted proxy. The value for
    type
    the generated secret token would be changed to
    duckdb
    allowing the proxy to detect and connect using the right driver without hardcoding. I really want to see this feature in Observable as I think duckdb is a powerful tool. If someone from observable can handle the changes on the observable side, I'm happy to implement and test proxy side changes and write docs to get this over the line.
    duckdb.patch
  • z

    Zach Bogart

    08/06/2024, 9:44 PM
    CSS Change Did the CSS classes just change for Observable Inputs? Example: `oi-3a86ea`→
    inputs-3a86ea
    👍 1
    m
    m
    • 3
    • 3