awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesShareable Notebooks

Notebooks that can be shared and executed by others without requiring local setup or installation.

Distinct from Interactive Notebook Environments: Distinct from Interactive Notebook Environments: focuses on the shareability and zero-setup execution of notebooks, not the general platform for running them.

Explore 4 awesome GitHub repositories matching development tools & productivity · Shareable Notebooks. Refine with filters or upvote what's useful.

Awesome Shareable Notebooks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • evcxr/evcxrAvatar von evcxr

    evcxr/evcxr

    6,436Auf GitHub ansehen↗

    EvalXR is an interactive Rust compiler that compiles code into dynamically loaded libraries for iterative evaluation without restarting the process. It serves as a Rust Jupyter kernel, a notebook runtime, and a REPL environment, all with state retention across evaluations. The project provides a stateful Rust evaluation engine that runs code snippets in isolated sandboxes while keeping functions and variables alive between executions. It supports cell-based execution, compiling Rust code into a shared library and loading it into the same process to preserve state, with an error-aware compilat

    Provides shareable Rust notebooks that others can run without any local setup.

    Rust
    Auf GitHub ansehen↗6,436
  • googlecloudplatform/agent-starter-packAvatar von GoogleCloudPlatform

    GoogleCloudPlatform/agent-starter-pack

    5,752Auf GitHub ansehen↗

    Strips deployment scaffolding from agent projects to produce minimal, portable agent definitions.

    Pythonagentsgcpgemini
    Auf GitHub ansehen↗5,752
  • juliapluto/pluto.jlAvatar von JuliaPluto

    JuliaPluto/Pluto.jl

    5,346Auf GitHub ansehen↗

    Pluto.jl ist eine reaktive Computing-Umgebung für Julia, die als programmierbares Dokumentenformat fungiert. Sie dient als interaktive Data-Science-IDE und polyglottes Computational Notebook, das Julia-Code und Umgebungsabhängigkeiten als versionierbare Quelldateien speichert. Das System zeichnet sich durch sein reaktives Ausführungsmodell aus, das einen gerichteten azyklischen Graphen verwendet, um Variablenabhängigkeiten zu verfolgen und betroffene nachgelagerte Zellen automatisch neu zu berechnen, wenn sich ein Wert ändert. Es stellt Reproduzierbarkeit sicher, indem isolierte Paketumgebungen direkt in die Notebook-Datei integriert werden und Inhalte als reine ausführbare Quelldateien gespeichert werden. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich interaktiver Datenvisualisierung, der Erstellung geführter Bildungsaufgaben und der Generierung statischer Dokumentations-Websites. Sie unterstützt diverse Ausgabemodi wie Slideshow-Präsentationen und Webanwendungen und bietet Tools zum Exportieren von Notebooks in HTML, PDF und reproduzierbarkeitsfokussierte Skripte. Die Umgebung kann über ein Web-Interface auf localhost gestartet oder über Remote-Server und Cloud-Compute-Hosting aufgerufen werden.

    Enables uploading notebook exports to a web service to generate shareable public links for zero-setup execution.

    JavaScriptdesigned-for-teacherseducationexploration
    Auf GitHub ansehen↗5,346
  • velocidex/velociraptorAvatar von Velocidex

    Velocidex/velociraptor

    3,769Auf GitHub ansehen↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Distributes analysis notebooks with other users to collaborate on forensic findings and investigative workflows.

    Godigital-forensicsendpoint-discoveryendpoint-protection
    Auf GitHub ansehen↗3,769
  1. Home
  2. Development Tools & Productivity
  3. Interactive Notebook Environments
  4. Shareable Notebooks

Unter-Tags erkunden

  • Agent Project ExtractorsStrips deployment scaffolding from agent projects to produce minimal, portable agent definitions. **Distinct from Shareable Notebooks:** Distinct from Shareable Notebooks: focuses on extracting minimal agent definitions from projects, not sharing notebooks.