Ah so you don't need to order the code blocks linearly/sequentially like in other languages? Observable figures out when to calculate it based on where it's needed?
@Cabsorx2 ай бұрын
Just blasted through the five sessions in a few days and boy I was not dissappointed! This was extremely thorough, well executed, very ease to follow (though mastering this topic does not seem easy!) and a great way to introduce oneself to d3. As a d3 newbie I am probably going to rewatch this series when "changing stuff and seeing what happens" isn't enough. Highly recommend any newbie to watch these five videos. Cheers.
@gobajoseph50642 ай бұрын
C'est intéressant de continuer a communiquer et a expliquer l'utilité de observable framework parce que on a l'impression que c'est une boîte noire on se sait pas trop ce que ça fait alors que le projet obsevable en lui même est super génial
@silvestrecamposano63172 ай бұрын
❤
@FinOpsGuy3 ай бұрын
Hello. Is there an example of the type of deployment you show for row level security? In Observable Framework, how to have multiple packages based on roles (for example)
@uoohknk68813 ай бұрын
Intro photo is too unprofessional; moderate your interests. Are we going to have our loved ones licking on us in a professional setting now? Next define dashboard rot or any other jargon.
@sanjay.bhatnagar3 ай бұрын
Very useful and educative, Sir. I am a newbie to data science and Observable. I look forward to your suggestion and guidance to learning path with Observable that wouild quickly ramp up my knowledge. I work as a construction project manager.
@dheerajy22023 ай бұрын
how to customize the tooltip bg? like add our own css styles. For example, backdrop blur.
@Endoplazmik-retikulum3 ай бұрын
Hello dear admin. Few days ago i registered to Observable website with username maykie, but now i am unable to log in. I think my account was banned. I did not even use it. Can you please help? Best regards
@Endoplazmik-retikulum3 ай бұрын
Excuse me, why are you ignoring my comments?
@Endoplazmik-retikulum3 ай бұрын
Hello. Few days ago i registered to site with username maykie, but now i am unable to log in. I think my account was banned. I did not even use it. Can you please help? Best regards
@namor_votilav3 ай бұрын
7:28
@namor_votilav4 ай бұрын
4:47
@namor_votilav4 ай бұрын
5:14
@namor_votilav4 ай бұрын
4:55
@namor_votilav4 ай бұрын
4:13
@MFM888324 ай бұрын
Thank you for a great explanation!
@CarlosLeon-ii2fs4 ай бұрын
Awesome!
@SabyasachiGoswami094 ай бұрын
I am getting the below error constantly after I run npm run build. Any recommendations ? TypeError: fetch failed at node:internal/deps/undici/undici:12345:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///C:/Users/s114136/Documents/ObservableProject/node_modules/@observablehq/framework/dist/npm.js:194:22 { cause: Error: getaddrinfo ENOTFOUND data.jsdelivr.com at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'data.jsdelivr.com' }
@FinOpsGuy4 ай бұрын
I would love to see some css customisation.
@jamesgrubb4 ай бұрын
Great series, thank you. Regarding the explanation at 44:10 about why the color of the <h1> tags did not change: Observable applies its own styles to heading tags (such as color, size, etc.). To override these stylistic decisions, you would need to specifically target the <h1> tag in your CSS. You can do this by using selectors like div > h1 or simply h1 to ensure your custom styles take precedence.
@jjmyt135 ай бұрын
Starts at 4:28
@cuasst5 ай бұрын
Qué buen material. Muchas gracias.
@augustosantos32326 ай бұрын
Hi! Is there an example of a data loader for python?
@Observablehq5 ай бұрын
Yes, see this blog post that also links to a repo with more examples: observablehq.com/blog/data-loader-examples-r-python-shell-scripts-julia
@augustosantos32325 ай бұрын
@@Observablehq Awesome!!! It helped me a lot. But how do I can code in my VS code in ```{python} ...``` and se the results maniputating datasets insted of javascript? Again, I appreciate.
@mbostock5 ай бұрын
@@augustosantos3232 Fenced code blocks are for client-side code in Observable Framework, so they’re only for client-side languages (primarily JavaScript and client-side SQL using DuckDB-Wasm). You write Python in data loaders to manipulate your datasets, and as soon as you save the live preview in your browser will immediately update.
@mkalimani6 ай бұрын
Starts at 5:05
@gobajoseph50646 ай бұрын
J'ai beau lire la documentation je ne comprends toujours pas l'apport de observable framework trop de terme compliqué. Je veux juste savoir deux choses quel est son apport à l'ancienne façon d'utiliser et qu'est ce que je peux construire de plus avec je pense que ces 2 questions sont essentielles
@chris120819897 ай бұрын
Hi: it's npm init "@observablehq"
@AndreaBorruso7 ай бұрын
Thank you very much
@pleka7 ай бұрын
Great video. Interpolating or concatenating?
@davidgwyer51697 ай бұрын
Looks really promising. Would love to see a brief guide on how you can get an Observable Framework dashboard powered page setup and running in a Next.js 14 app.
@starorange84497 ай бұрын
For the current examples on observablehq, the charts are not loading. I'm not sure if there is an issue? I was trying to use the grid system for my own build, but the cards css is not working as expected?
@starorange84497 ай бұрын
Hi, this framework sounds super promising. Does the framework support mobile?
@Observablehq5 ай бұрын
If you mean responsive layout, yes that is built into the theme, the card components, etc.
@jestinjoshi7 ай бұрын
5:26 - Agenda 6:35 - What makes a Scatterplot? 7:23 - Activity 1 13:37 - Scales 22:04 - Activity 2 & 3 40:50 - The Canvas 45:50 - Activity 4 53:12 - Data Joins 58:27 - Our 1st Scatterplot (Activity 5)
@jestinjoshi7 ай бұрын
6:40 - Logistics 8:34 - Prerequisites 9:23 - Agenda 10:51 - What is D3? 19:50 - Observable 101 20:42 - Activity 1 29:40 - HTML, CSS, JavaScript 34:37 - Activity 2 & 3 50:59 - SVG & the DOM 55:43 - D3 First Steps 1:05:56 - Session 2 Agenda
@gobajoseph50647 ай бұрын
Top les anciennes façon d'utiliser observable sont toujours d'actualité ?
@Observablehq7 ай бұрын
Absolument! Vous pouvez toujours travailler dans Observable Notebooks pour une exploration rapide comme avant. Et dans les projets Framework, vous pouvez toujours extraire des données en direct, par ex. avec fetch -- les chargeurs de données sont une option pour générer des instantanés, mais ne sont pas obligatoires.
@fairyanimal7 ай бұрын
that's the penguin scatterplot (of course)
@sivasirigiri66168 ай бұрын
hey where is link for follow along notebook?
@gobajoseph50648 ай бұрын
Super on attend la suite
@kresnasatya8 ай бұрын
The course start at 3:08
@sandrazwick2568 ай бұрын
This is terrible. Narrator is not understandable because he talks way too fast, some words basically aren't pronounced at all. Even CC and lowering the speed doesn't help. For beginners, this course is absolutely useless (had to watch this specific course for university, gained nothing from it at all)
@sandrazwick2568 ай бұрын
This is terrible. Narrator is not understandable because he talks way too fast, some words basically aren't pronounced at all. Even CC and lowering the speed doesn't help. For beginners, this course is absolutely useless (had to watch this specific course for university, gained nothing from it at all)
@trejohnson76778 ай бұрын
The minimap is unmatched
@trejohnson76778 ай бұрын
This is a lot bigger then anyone realizes, but i guess thats d3’s feng shui
@igorcotruta8 ай бұрын
I was looking for a static site generator for my notebooks like forever. I bet this is a niche that it’s not talked too much about, and all the significant players will adopt it soon.