4 مستودعات
Exploring datasets using interactive code cells that render results as rich media for analysis.
Distinct from Visual Data Explorers: Focuses on the interactive cell-based exploration process rather than specialized big data visual explorers.
Explore 4 awesome GitHub repositories matching data & databases · Interactive Data Exploration. Refine with filters or upvote what's useful.
Gophernotes هو تطبيق خلفي لبروتوكول نواة Jupyter وبيئة تشغيل تفاعلية تتيح تنفيذ كود لغة Go داخل بيئات دفاتر الملاحظات (notebooks). يعمل كمحرك تنفيذ للغة Go، مما يسمح للمستخدمين بدمج Go في دفاتر الملاحظات متعددة اللغات مثل Jupyter و nteract. يدعم المشروع إنشاء مستندات تجمع بين الكود المصدري القابل للتنفيذ والوسائط الغنية. ويقوم بتعيين أنواع البيانات الداخلية إلى تنسيقات مختلفة، بما في ذلك HTML و JSON و LaTeX و PDF والصور، لتوفير تمثيلات مرئية لنتائج التنفيذ. يغطي النظام مجموعة من القدرات بما في ذلك تنفيذ أوامر shell النظام، وإدارة سياقات تنفيذ دفاتر الملاحظات، وربط حزم الطرف الثالث عبر أنظمة تشغيل مختلفة.
Allows processing data in notebook cells and rendering results as HTML or JSON for easier analysis.
Rodeo is an interactive Python notebook environment and integrated development environment designed for data science. It provides a workspace for combining executable code, rich text, and data visualizations within a single document to manage the lifecycle of research scripts. The platform facilitates data science workflow management, covering the process from initial data exploration to final model execution. It supports the development of Python scripting environments tailored for data analysis, modeling, and iterative hypothesis testing. The system utilizes a cell-based document structure
Enables iterative data analysis and hypothesis testing through interactive code cells and result visualization.
bqplot is an interactive data visualization library for Jupyter notebooks. It implements a grammar of graphics model, allowing users to build complex 2D charts by combining marks, scales, and axes. The library distinguishes itself with specialized toolkits for financial charting, such as OHLC candlesticks and time-series analysis, and geographic data visualization, including choropleths and custom map projections for TopoJSON and GeoJSON data. It enables deep interaction through tools like lasso selection, rectangular brushing, and the ability to manually manipulate plot points or line data.
Enables interactive exploration of datasets using code cells that render rich, manipulatable visualizations.
This repository is a collection of interactive Jupyter notebooks designed as an educational resource for learning machine learning and data science. It provides a structured curriculum that guides users through the development of predictive models and the analysis of datasets using standard Python libraries. The project utilizes a narrative-driven approach where explanatory text is interleaved with executable code blocks. This format allows learners to execute workflows step-by-step, enabling the visualization of data patterns and the practical implementation of mathematical models within a p
Enables interactive exploration of complex algorithms and data patterns by executing code in a notebook environment.