awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dotnet avatar

dotnet/csharp-notebooks

0
View on GitHub↗

Csharp Notebooks

This project provides an interactive notebook environment designed for executing C# code alongside instructional text. It functions as a platform for data science and programming education, allowing users to manipulate tabular data, visualize statistical results, and prototype machine learning workflows within a unified document format.

The environment utilizes a kernel-based execution model that maintains persistent state and variable scope across notebook cells. By leveraging a language-agnostic protocol and standardized messaging, it synchronizes code execution between the editor and the backend engine, enabling real-time feedback and dynamic evaluation of code snippets.

The system supports a broad range of analytical and educational tasks, including the cleaning of datasets, the training of predictive models, and the generation of graphical representations for data interpretation. It also provides tools for enforcing corporate compliance policies to ensure that project activities align with organizational governance and regulatory requirements.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Features

  • Notebook Environments - Provides an interactive document environment that combines executable C# code cells with rich text and visual output for programming and data analysis.
  • Real-Time Code Evaluation - Provides immediate execution of code fragments to deliver instant feedback within the interactive document environment.
  • Interactive Data Science Environments - Enables iterative data analysis by combining C# code execution, statistical visualization, and narrative documentation within a unified notebook interface.
  • Interactive Coding Tutorials - Runs executable code blocks alongside instructional text to demonstrate programming concepts in a live environment.
  • Programming Language Education - Teaches core language concepts through live code examples that allow learners to practice in real time.
  • Multi-Kernel Code Execution - Uses isolated language-specific kernels to maintain persistent state and variable scope across notebook cells.
  • Machine Learning Workflow Libraries - Supports end-to-end machine learning workflows by providing a workspace for model training, hyperparameter optimization, and visual performance evaluation.
  • Machine Learning Training - Supports automated workflows for training predictive models and applying hyperparameter optimization.
  • Machine Learning Prototyping - Supports building and testing predictive models through interactive workflows including hyperparameter optimization.
  • Charts and Visualization - Generates charts and graphical representations to help users communicate analytical insights effectively.
  • Data Science and Analysis - Provides tools for cleaning and transforming datasets to prepare information for statistical evaluation.
  • Dataframe Processing - Processes tabular datasets directly in memory to enable high-performance analysis and transformation.
  • Tabular Data Manipulations - Manipulates and cleans datasets using structured dataframes to prepare information for analysis.
  • Language Server Protocols - Uses standardized messaging protocols to synchronize code execution states between the editor and the backend engine.
  • Notebook Protocols - Implements a structured document format that separates instructional text from executable code blocks.
  • Statistical Data Visualizations - Generates graphical representations of datasets to help users interpret complex data distributions.
1,243 stars·402 forks·Jupyter Notebook·MIT·2 vues

Historique des stars

Graphique de l'historique des stars pour dotnet/csharp-notebooksGraphique de l'historique des stars pour dotnet/csharp-notebooks

Collections incluant Csharp Notebooks

Sélections manuelles où Csharp Notebooks apparaît.
  • Data exploration tools

Questions fréquentes

Que fait dotnet/csharp-notebooks ?

This project provides an interactive notebook environment designed for executing C# code alongside instructional text. It functions as a platform for data science and programming education, allowing users to manipulate tabular data, visualize statistical results, and prototype machine learning workflows within a unified document format.

Quelles sont les fonctionnalités principales de dotnet/csharp-notebooks ?

Les fonctionnalités principales de dotnet/csharp-notebooks sont : Notebook Environments, Real-Time Code Evaluation, Interactive Data Science Environments, Interactive Coding Tutorials, Programming Language Education, Multi-Kernel Code Execution, Machine Learning Workflow Libraries, Machine Learning Training.

Quelles sont les alternatives open-source à dotnet/csharp-notebooks ?

Les alternatives open-source à dotnet/csharp-notebooks incluent : donnemartin/data-science-ipython-notebooks — This project is a collection of interactive Python notebooks and educational resources designed for mastering data… lyhue1991/eat_tensorflow2_in_30_days — This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow.… posit-dev/positron — Positron is a data science integrated development environment and AI-powered code editor designed for polyglot… tyroprogrammer/learn-react-app — This project is an interactive learning platform designed for mastering component-based user interface patterns and… marijnh/eloquent-javascript — Eloquent-JavaScript is a comprehensive JavaScript programming textbook and interactive coding tutorial designed for… jakevdp/pythondatasciencehandbook — This project is an interactive data science environment that combines code execution, rich media visualization, and…

Alternatives open source à Csharp Notebooks

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Csharp Notebooks.
  • donnemartin/data-science-ipython-notebooksAvatar de donnemartin

    donnemartin/data-science-ipython-notebooks

    29,166Voir sur GitHub↗

    This project is a collection of interactive Python notebooks and educational resources designed for mastering data science, machine learning, and numerical computing. It provides a series of practical guides and tutorials covering deep learning, big data processing, and statistical analysis. The repository features specialized instructional suites for implementing classical machine learning algorithms, building deep learning model architectures, and managing AWS cloud infrastructure. It includes dedicated notebooks for data visualization and numerical computing exercises. The project covers

    Pythonawsbig-datacaffe
    Voir sur GitHub↗29,166
  • lyhue1991/eat_tensorflow2_in_30_daysAvatar de lyhue1991

    lyhue1991/eat_tensorflow2_in_30_days

    9,933Voir sur GitHub↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    Voir sur GitHub↗9,933
  • posit-dev/positronAvatar de posit-dev

    posit-dev/positron

    3,969Voir sur GitHub↗

    Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language

    TypeScript
    Voir sur GitHub↗3,969
  • marijnh/eloquent-javascriptAvatar de marijnh

    marijnh/Eloquent-JavaScript

    3,097Voir sur GitHub↗

    Eloquent-JavaScript is a comprehensive JavaScript programming textbook and interactive coding tutorial designed for web development education. It serves as both a language reference and a practical guide, combining theoretical lessons with an environment where learners can execute and modify code examples. The project focuses on the fundamental principles of the JavaScript language, including lexical scoping, prototype-based inheritance, and asynchronous patterns. It provides detailed instruction on object-oriented programming, functional programming, and the use of the browser DOM to create

    JavaScript
    Voir sur GitHub↗3,097
  • Voir les 30 alternatives à Csharp Notebooks→