{"id":24764803,"url":"https://github.com/pablofrommars/fsharp-notebook","last_synced_at":"2025-07-29T15:16:56.611Z","repository":{"id":38826785,"uuid":"246633941","full_name":"pablofrommars/fsharp-notebook","owner":"pablofrommars","description":"Data Science Notebook for F# interactive","archived":false,"fork":false,"pushed_at":"2023-03-03T14:16:56.000Z","size":3248,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T14:14:29.207Z","etag":null,"topics":["data-science","data-visualization","fsharp","vscode-extension"],"latest_commit_sha":null,"homepage":"https://pablofrommars.github.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pablofrommars.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-03-11T17:16:03.000Z","updated_at":"2022-06-23T17:51:43.000Z","dependencies_parsed_at":"2024-01-07T00:08:39.344Z","dependency_job_id":null,"html_url":"https://github.com/pablofrommars/fsharp-notebook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pablofrommars/fsharp-notebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2Ffsharp-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2Ffsharp-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2Ffsharp-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2Ffsharp-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablofrommars","download_url":"https://codeload.github.com/pablofrommars/fsharp-notebook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablofrommars%2Ffsharp-notebook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267707192,"owners_count":24131350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","data-visualization","fsharp","vscode-extension"],"created_at":"2025-01-28T22:34:41.773Z","updated_at":"2025-07-29T15:16:56.576Z","avatar_url":"https://github.com/pablofrommars.png","language":"HTML","readme":"# fsharp-notebook\n\n[fsharp-notebook](https://marketplace.visualstudio.com/items?itemName=PabloBelin.fsharp-notebook) is a lightweight visualization tool to assist during data exploration and prototyping. In combination with [ionide](https://ionide.io), VSCode becomes a very capable F# IDE for data science.\n\n![demo](demo.gif)\n\n## Features\n\n* Register \"rich output\" printers to FSI\n* Render [SVG plots](https://pablofrommars.github.io), HTML fragments, Markdown and text cells\n* Export Notebooks to HTML\n\n\n## Command Palette\n\n* **F# Notebook: Open Panel**\n* **F# Notebook: Export Panel**\n* **F# Notebook: Clear Panel**\n\n## Settings\n\n* **fsharpnotebook.styles**: A list of CSS style sheets to use in notebooks.\n* **fsharpnotebook.exportStyles**: A list of CSS style sheets to use when exporting notebooks.\n\n\n## Configure [Ionide-fsharp](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp)\n\nLocate where fsharp-notebook extension is installed:\n* **Windows** ```%USERPROFILE%\\.vscode\\extensions\\pablobelin.fsharp-notebook-*```\n* **macOS** ```~/.vscode/extensions/pablobelin.fsharp-notebook-*```\n* **Linux** ```~/.vscode/extensions/pablobelin.fsharp-notebook-*```\n\nAnd edit VSCode ```settings.json```:\n\n```json\n\"FSharp.fsiExtraParameters\": [\"--load:path/to/extension/scripts/Notebook.fsx\"]\n```\n\n## Usage\n\n### Basic Example\n\n```fsharp\nopen Notebook\n\nlet md = Markdown \"\"\"\n# Hello, Markdown!\n\"\"\"\n```\n\n### Custom printers\n\n```fsharp\nfsi.AddPrinter(fun (data : YourType) -\u003e\n    ... // Format to string\n    |\u003e SVG // or HTML or Markdown or Text\n    |\u003e printerNotebook\n)\n```\n","funding_links":[],"categories":["Development Tools"],"sub_categories":["Editor Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablofrommars%2Ffsharp-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablofrommars%2Ffsharp-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablofrommars%2Ffsharp-notebook/lists"}