https://github.com/chandraveshchaudhari/machine_learning_for_business
https://github.com/chandraveshchaudhari/machine_learning_for_business
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: chandraveshchaudhari
- Language: Jupyter Notebook
- Default Branch: main
- Size: 151 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 11 months ago
· Last pushed 11 months ago
Metadata Files
Readme
README.md
Machine Learning for Business
- Consists of JupyterBOOK
- JupyterLite
- Colab
- Download Button
Steps to follow
jupyter-book build notebooks/ cp -r notebooks/build/html/* docs/ python3 forcedjupyterlitebutton.py mkdir -p jupyterlitethings cp notebooks/.ipynb jupyterlitethings/ cd jupyterlitethings/ jupyter lite build cp -r _output/ ../docs/jupyterlite/ cd .. rm -r jupyterlite_things/
Machine Learning for Business
Course Introduction
- Course goals & business outcomes
- How to use the book (notebooks, datasets, evaluation)
- Short roadmap and prerequisites (linear algebra / basic probability refresher links)
Math & Notation Foundations (compact, business-oriented)
- Common math symbols and notations used in ML
- Quick linear algebra: vectors, matrices, design matrix, target vector
- Calculus essentials: partial derivatives, gradient notation
- Probability essentials for classifiers (conditional probability, Bayes rule)
- Notebook: Math cheat-sheet with worked examples
Data Loading, Wrangling & Visualisation
- Data loading from CSV, Excel, SQL, APIs
- Data cleaning & preprocessing for business datasets
- Handling missing data & outliers
- Feature types & encoding
- Exploratory Data Analysis (EDA)
- Visualization: histograms, scatter plots, box plots, heatmaps
- Business dashboards for quick data insights
Performance Metrics & Visualisation
- Regression: MSE, RMSE, MAE
- Classification: precision/recall, ROC, PR, calibration plots
- Business visualization: lift charts, profit curves
- Notebook: Metric dashboard utility functions
Supervised Regression: Linear Models
- Model class: linear model family (notation & assumptions)
- Mean Squared Error (MSE), squared error in matrix form
- Gradients & partial derivatives
- OLS & normal equations
- Non-linear least squares & polynomial features
- Regularization: Ridge, Lasso, Elastic Net
- Biasvariance tradeoff & overfitting
- Lab: Sales forecasting with regularized linear models
Optimization & Training Practicalities
- Gradient Descent: batch / mini-batch / stochastic
- Advanced optimizers (SGD variants, Adam)
- Learning rate schedules, early stopping, initialization
- Numerical stability & vectorization
- Notebook: Comparing GD variants on a business dataset
Classification: Probabilistic & Discriminative Models
- Logistic Regression (math, log-loss, decision boundaries)
- Naive Bayes (multinomial & Bernoulli)
- Performance metrics: accuracy, precision/recall, AUC
- Calibration & class imbalance handling
- Lab: Churn prediction with logistic regression
Distance-Based & Instance Methods
- k-Nearest Neighbors (classification & regression)
- Efficient search structures: KD-Trees, Ball Trees
- Scaling considerations
- Lab: KNN for customer segmentation
Tree-Based Models & Ensembles
- Decision Trees: splitting criteria, pruning, Gini/entropy
- Bagging, Random Forests, Gradient Boosted Trees (XGBoost, LightGBM)
- Feature importance & interpretability
- Lab: Fraud detection with LightGBM
Unsupervised Learning & Dimensionality Reduction
- PCA: standardization, explained variance, SVD link
- K-Means clustering
- Gaussian Mixture Models & EM
- Visualization: MDS, t-SNE, UMAP
- Lab: Customer segmentation using PCA K-Means GMM
Model Evaluation, Selection & Tuning
- Cross-validation strategies (time-series vs i.i.d.)
- Nested CV, model comparison, statistical tests
- Hyperparameter tuning: grid, random, Bayesian
- Business-aware metrics: cost-sensitive evaluation, lift, ROI mapping
- Lab: Model selection for campaign targeting
Time Series & Forecasting
- Stationarity & differencing
- ARIMA / SARIMA & seasonal models
- Prophet for quick forecasting
- Backtesting & business KPIs
- Case Study: Inventory planning via demand forecasting
Neural Networks & Applied Deep Learning
- Perceptron & MLP: activations, backprop basics
- CNN basics for image-related business tasks
- 1D-ResNet & TCN for sequence tasks
- Lab: Small NN for product image classification
Transformers, LSTMs & LLMs (Applied Overview)
- LSTM architecture & business use cases (e.g., call center logs, time series)
- Transformer architecture: attention mechanism, positional encoding, feed-forward
- LSTM vs Transformers: when to use each in business
- Fine-tuning transformers for NLP business tasks (classification, summarization, semantic search)
- Notebook: Mini transformer block on toy tokens
- Lab: Fine-tuning BERT for business text classification
LLM Agents for Business
- What is an AI agent? (planner, memory, tools)
- LangChain & similar frameworks
- Tool-augmented LLMs: connecting to CRMs, ERPs, APIs
- Workflow orchestration with agents
Business cases:
- Automated market research
- Report generation from multiple data sources
- Customer support triage & routing
Lab: Build a LangChain-based agent to answer business KPI queries
Generative Models & Multimodal Learning
- Variational Autoencoders (VAEs)
- GANs & diffusion models
- Multimodal learning (text + tabular / image fusion)
- Synthetic data for business scenarios
- Lab: Synthetic marketing dataset generation
Advanced Topics
- Sparsity in business datasets
- Uncertainty quantification
- Scaling methods for large datasets
- Retrieval-Augmented Generation (RAG) for proprietary data search
Practical Production & Business Essentials
- Feature engineering pipelines
- Model monitoring & drift detection
- Interpretability: SHAP, partial dependence
- A/B testing & KPI alignment
- Mini-case: Model dashboard deployment
Assessment, Labs & Capstone
- Guided labs for each major chapter
- Capstone projects: churn prediction, demand forecasting, pricing optimization, recommendation system
- Practical exam (35 marks) design
Appendices
- Compact math cheat-sheets
- Dataset index & usage notes
- Tooling guides (Colab, MLflow, DVC)
- References & further reading
Owner
- Name: chandravesh chaudhari
- Login: chandraveshchaudhari
- Kind: user
- Repositories: 23
- Profile: https://github.com/chandraveshchaudhari
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Issues and Pull Requests
Last synced: 10 months ago
Dependencies
docs/jupyterlite/consoles/package.json
npm
- @jupyterlab/application ~4.4.4
- @jupyterlab/application-extension ~4.4.4
- @jupyterlab/apputils-extension ~4.4.4
- @jupyterlab/attachments ~4.4.4
- @jupyterlab/cell-toolbar-extension ~4.4.4
- @jupyterlab/codemirror-extension ~4.4.4
- @jupyterlab/completer-extension ~4.4.4
- @jupyterlab/console-extension ~4.4.4
- @jupyterlab/csvviewer-extension ~4.4.4
- @jupyterlab/docmanager-extension ~4.4.4
- @jupyterlab/documentsearch-extension ~4.4.4
- @jupyterlab/filebrowser-extension ~4.4.4
- @jupyterlab/fileeditor-extension ~4.4.4
- @jupyterlab/help-extension ~4.4.4
- @jupyterlab/htmlviewer-extension ~4.4.4
- @jupyterlab/imageviewer-extension ~4.4.4
- @jupyterlab/inspector-extension ~4.4.4
- @jupyterlab/javascript-extension ~4.4.4
- @jupyterlab/json-extension ~4.4.4
- @jupyterlab/launcher-extension ~4.4.4
- @jupyterlab/logconsole-extension ~4.4.4
- @jupyterlab/lsp-extension ~4.4.4
- @jupyterlab/mainmenu-extension ~4.4.4
- @jupyterlab/markdownviewer-extension ~4.4.4
- @jupyterlab/mathjax-extension ~4.4.4
- @jupyterlab/mermaid-extension ~4.4.4
- @jupyterlab/metadataform-extension ~4.4.4
- @jupyterlab/notebook-extension ~4.4.4
- @jupyterlab/pdf-extension ~4.4.4
- @jupyterlab/rendermime-extension ~4.4.4
- @jupyterlab/running-extension ~4.4.4
- @jupyterlab/services-extension ~4.4.4
- @jupyterlab/settingeditor-extension ~4.4.4
- @jupyterlab/shortcuts-extension ~5.2.4
- @jupyterlab/statusbar-extension ~4.4.4
- @jupyterlab/theme-dark-extension ~4.4.4
- @jupyterlab/theme-dark-high-contrast-extension ~4.4.4
- @jupyterlab/theme-light-extension ~4.4.4
- @jupyterlab/toc-extension ~6.4.4
- @jupyterlab/tooltip-extension ~4.4.4
- @jupyterlab/translation-extension ~4.4.4
- @jupyterlab/ui-components-extension ~4.4.4
- @jupyterlab/vega5-extension ~4.4.4
- @jupyterlite/application-extension ^0.6.3
- @jupyterlite/apputils-extension ^0.6.3
- @jupyterlite/iframe-extension ^0.6.3
- @jupyterlite/localforage ^0.6.3
- @jupyterlite/server ^0.6.3
- @jupyterlite/services-extension ^0.6.3
- @jupyterlite/types ^0.6.3
- @jupyterlite/ui-components ^0.6.3
- es6-promise ~4.2.8
- react ^18.3.0
- react-dom ^18.3.0
- yjs ^13.5.40
docs/jupyterlite/edit/package.json
npm
- @jupyter-notebook/application ~7.4.4
- @jupyter-notebook/application-extension ~7.4.4
- @jupyter-notebook/console-extension ~7.4.4
- @jupyter-notebook/docmanager-extension ~7.4.4
- @jupyter-notebook/help-extension ~7.4.4
- @jupyter-notebook/notebook-extension ~7.4.4
- @jupyterlab/application ~4.4.4
- @jupyterlab/application-extension ~4.4.4
- @jupyterlab/apputils-extension ~4.4.4
- @jupyterlab/attachments ~4.4.4
- @jupyterlab/cell-toolbar-extension ~4.4.4
- @jupyterlab/codemirror-extension ~4.4.4
- @jupyterlab/completer-extension ~4.4.4
- @jupyterlab/console-extension ~4.4.4
- @jupyterlab/csvviewer-extension ~4.4.4
- @jupyterlab/docmanager-extension ~4.4.4
- @jupyterlab/documentsearch-extension ~4.4.4
- @jupyterlab/filebrowser-extension ~4.4.4
- @jupyterlab/fileeditor-extension ~4.4.4
- @jupyterlab/help-extension ~4.4.4
- @jupyterlab/htmlviewer-extension ~4.4.4
- @jupyterlab/imageviewer-extension ~4.4.4
- @jupyterlab/inspector-extension ~4.4.4
- @jupyterlab/javascript-extension ~4.4.4
- @jupyterlab/json-extension ~4.4.4
- @jupyterlab/launcher-extension ~4.4.4
- @jupyterlab/logconsole-extension ~4.4.4
- @jupyterlab/lsp-extension ~4.4.4
- @jupyterlab/mainmenu-extension ~4.4.4
- @jupyterlab/markdownviewer-extension ~4.4.4
- @jupyterlab/mathjax-extension ~4.4.4
- @jupyterlab/mermaid-extension ~4.4.4
- @jupyterlab/metadataform-extension ~4.4.4
- @jupyterlab/notebook-extension ~4.4.4
- @jupyterlab/pdf-extension ~4.4.4
- @jupyterlab/rendermime-extension ~4.4.4
- @jupyterlab/running-extension ~4.4.4
- @jupyterlab/services-extension ~4.4.4
- @jupyterlab/settingeditor-extension ~4.4.4
- @jupyterlab/shortcuts-extension ~5.2.4
- @jupyterlab/statusbar-extension ~4.4.4
- @jupyterlab/theme-dark-extension ~4.4.4
- @jupyterlab/theme-dark-high-contrast-extension ~4.4.4
- @jupyterlab/theme-light-extension ~4.4.4
- @jupyterlab/toc-extension ~6.4.4
- @jupyterlab/tooltip-extension ~4.4.4
- @jupyterlab/translation-extension ~4.4.4
- @jupyterlab/ui-components-extension ~4.4.4
- @jupyterlab/vega5-extension ~4.4.4
- @jupyterlite/application-extension ^0.6.3
- @jupyterlite/apputils-extension ^0.6.3
- @jupyterlite/iframe-extension ^0.6.3
- @jupyterlite/localforage ^0.6.3
- @jupyterlite/server ^0.6.3
- @jupyterlite/services-extension ^0.6.3
- @jupyterlite/types ^0.6.3
- @jupyterlite/ui-components ^0.6.3
- es6-promise ~4.2.8
- react ^18.3.0
- react-dom ^18.3.0
- yjs ^13.5.40
docs/jupyterlite/extensions/@jupyter-notebook/lab-extension/package.json
npm
- @jupyterlab/builder ~4.4.5 development
- rimraf ^3.0.2 development
- typescript ~5.5.4 development
- @jupyter-notebook/application ^7.4.5
- @jupyterlab/application ~4.4.5
- @jupyterlab/apputils ~4.5.5
- @jupyterlab/coreutils ~6.4.5
- @jupyterlab/docregistry ~4.4.5
- @jupyterlab/notebook ~4.4.5
- @jupyterlab/translation ~4.4.5
- @jupyterlab/ui-components ~4.4.5
- @lumino/commands ^2.3.2
- @lumino/disposable ^2.1.4
docs/jupyterlite/extensions/jupyterlab_pygments/package.json
npm
- @jupyterlab/builder ^4.0.0 development
- @types/json-schema ^7.0.11 development
- @types/react ^18.0.26 development
- @types/react-addons-linked-state-mixin ^0.14.22 development
- @typescript-eslint/eslint-plugin ^6.1.0 development
- @typescript-eslint/parser ^6.1.0 development
- css-loader ^6.7.1 development
- eslint ^8.36.0 development
- eslint-config-prettier ^8.8.0 development
- eslint-plugin-prettier ^5.0.0 development
- npm-run-all ^4.1.5 development
- prettier 3.0.3 development
- rimraf ^5.0.5 development
- source-map-loader ^1.0.2 development
- style-loader ^3.3.1 development
- stylelint ^15.10.1 development
- stylelint-config-prettier ^9.0.3 development
- stylelint-config-recommended ^13.0.0 development
- stylelint-config-standard ^34.0.0 development
- stylelint-csstree-validator ^3.0.0 development
- stylelint-prettier ^4.0.0 development
- typescript ~5.0.2 development
- yjs ^13.5.40 development
- @jupyterlab/application ^4.0.8
- @types/node ^20.9.0
docs/jupyterlite/extensions/nbdime-jupyterlab/package.json
npm
- @jupyterlab/application ^4.0.0 development
- @jupyterlab/builder ^4.0.0 development
- @jupyterlab/docregistry ^4.0.0 development
- @lumino/commands ^2.0.0 development
- mkdirp ^3.0.0 development
- npm-run-all ^4.1.5 development
- rimraf ^5.0.0 development
- typescript ^4.9.0 development
- @jupyterlab/apputils ^4.0.0
- @jupyterlab/codeeditor ^4.0.0
- @jupyterlab/coreutils ^6.0.0
- @jupyterlab/nbformat ^4.0.0
- @jupyterlab/notebook ^4.0.0
- @jupyterlab/rendermime ^4.0.0
- @jupyterlab/services ^7.0.0
- @jupyterlab/settingregistry ^4.0.0
- @jupyterlab/translation ^4.0.0
- @lumino/algorithm ^2.0.1
- @lumino/coreutils ^2.1.2
- @lumino/disposable ^2.1.2
- @lumino/widgets ^2.3.0
- nbdime ^7.0.2
docs/jupyterlite/lab/package.json
npm
- @jupyterlab/application ~4.4.4
- @jupyterlab/application-extension ~4.4.4
- @jupyterlab/apputils-extension ~4.4.4
- @jupyterlab/attachments ~4.4.4
- @jupyterlab/cell-toolbar-extension ~4.4.4
- @jupyterlab/celltags-extension ~4.4.4
- @jupyterlab/codemirror-extension ~4.4.4
- @jupyterlab/completer-extension ~4.4.4
- @jupyterlab/console-extension ~4.4.4
- @jupyterlab/csvviewer-extension ~4.4.4
- @jupyterlab/docmanager-extension ~4.4.4
- @jupyterlab/documentsearch-extension ~4.4.4
- @jupyterlab/filebrowser-extension ~4.4.4
- @jupyterlab/fileeditor-extension ~4.4.4
- @jupyterlab/help-extension ~4.4.4
- @jupyterlab/htmlviewer-extension ~4.4.4
- @jupyterlab/imageviewer-extension ~4.4.4
- @jupyterlab/inspector-extension ~4.4.4
- @jupyterlab/javascript-extension ~4.4.4
- @jupyterlab/json-extension ~4.4.4
- @jupyterlab/launcher-extension ~4.4.4
- @jupyterlab/logconsole-extension ~4.4.4
- @jupyterlab/lsp-extension ~4.4.4
- @jupyterlab/mainmenu-extension ~4.4.4
- @jupyterlab/markdownviewer-extension ~4.4.4
- @jupyterlab/markedparser-extension ~4.4.4
- @jupyterlab/mathjax-extension ~4.4.4
- @jupyterlab/mermaid-extension ~4.4.4
- @jupyterlab/metadataform-extension ~4.4.4
- @jupyterlab/notebook-extension ~4.4.4
- @jupyterlab/pdf-extension ~4.4.4
- @jupyterlab/rendermime-extension ~4.4.4
- @jupyterlab/running-extension ~4.4.4
- @jupyterlab/services-extension ~4.4.4
- @jupyterlab/settingeditor-extension ~4.4.4
- @jupyterlab/shortcuts-extension ~5.2.4
- @jupyterlab/statusbar-extension ~4.4.4
- @jupyterlab/terminal-extension ~4.4.4
- @jupyterlab/theme-dark-extension ~4.4.4
- @jupyterlab/theme-dark-high-contrast-extension ~4.4.4
- @jupyterlab/theme-light-extension ~4.4.4
- @jupyterlab/toc-extension ~6.4.4
- @jupyterlab/tooltip-extension ~4.4.4
- @jupyterlab/translation-extension ~4.4.4
- @jupyterlab/ui-components-extension ~4.4.4
- @jupyterlab/vega5-extension ~4.4.4
- @jupyterlite/application-extension ^0.6.3
- @jupyterlite/apputils-extension ^0.6.3
- @jupyterlite/iframe-extension ^0.6.3
- @jupyterlite/localforage ^0.6.3
- @jupyterlite/notebook-application-extension ^0.6.3
- @jupyterlite/server ^0.6.3
- @jupyterlite/services-extension ^0.6.3
- @jupyterlite/types ^0.6.3
- @jupyterlite/ui-components ^0.6.3
- es6-promise ~4.2.8
- react ^18.3.0
- react-dom ^18.3.0
- yjs ^13.5.40
docs/jupyterlite/notebooks/package.json
npm
- @jupyter-notebook/application ~7.4.4
- @jupyter-notebook/application-extension ~7.4.4
- @jupyter-notebook/console-extension ~7.4.4
- @jupyter-notebook/docmanager-extension ~7.4.4
- @jupyter-notebook/help-extension ~7.4.4
- @jupyter-notebook/notebook-extension ~7.4.4
- @jupyterlab/application ~4.4.4
- @jupyterlab/application-extension ~4.4.4
- @jupyterlab/apputils-extension ~4.4.4
- @jupyterlab/attachments ~4.4.4
- @jupyterlab/cell-toolbar-extension ~4.4.4
- @jupyterlab/celltags-extension ~4.4.4
- @jupyterlab/codemirror-extension ~4.4.4
- @jupyterlab/completer-extension ~4.4.4
- @jupyterlab/console-extension ~4.4.4
- @jupyterlab/csvviewer-extension ~4.4.4
- @jupyterlab/docmanager-extension ~4.4.4
- @jupyterlab/documentsearch-extension ~4.4.4
- @jupyterlab/filebrowser-extension ~4.4.4
- @jupyterlab/fileeditor-extension ~4.4.4
- @jupyterlab/help-extension ~4.4.4
- @jupyterlab/htmlviewer-extension ~4.4.4
- @jupyterlab/imageviewer-extension ~4.4.4
- @jupyterlab/inspector-extension ~4.4.4
- @jupyterlab/javascript-extension ~4.4.4
- @jupyterlab/json-extension ~4.4.4
- @jupyterlab/launcher-extension ~4.4.4
- @jupyterlab/logconsole-extension ~4.4.4
- @jupyterlab/lsp-extension ~4.4.4
- @jupyterlab/mainmenu-extension ~4.4.4
- @jupyterlab/markdownviewer-extension ~4.4.4
- @jupyterlab/markedparser-extension ~4.4.4
- @jupyterlab/mathjax-extension ~4.4.4
- @jupyterlab/mermaid-extension ~4.4.4
- @jupyterlab/metadataform-extension ~4.4.4
- @jupyterlab/notebook-extension ~4.4.4
- @jupyterlab/pdf-extension ~4.4.4
- @jupyterlab/rendermime-extension ~4.4.4
- @jupyterlab/running-extension ~4.4.4
- @jupyterlab/services-extension ~4.4.4
- @jupyterlab/settingeditor-extension ~4.4.4
- @jupyterlab/shortcuts-extension ~5.2.4
- @jupyterlab/statusbar-extension ~4.4.4
- @jupyterlab/theme-dark-extension ~4.4.4
- @jupyterlab/theme-dark-high-contrast-extension ~4.4.4
- @jupyterlab/theme-light-extension ~4.4.4
- @jupyterlab/toc-extension ~6.4.4
- @jupyterlab/tooltip-extension ~4.4.4
- @jupyterlab/translation-extension ~4.4.4
- @jupyterlab/ui-components-extension ~4.4.4
- @jupyterlab/vega5-extension ~4.4.4
- @jupyterlite/application-extension ^0.6.3
- @jupyterlite/apputils-extension ^0.6.3
- @jupyterlite/iframe-extension ^0.6.3
- @jupyterlite/localforage ^0.6.3
- @jupyterlite/notebook-application-extension ^0.6.3
- @jupyterlite/server ^0.6.3
- @jupyterlite/services-extension ^0.6.3
- @jupyterlite/types ^0.6.3
- @jupyterlite/ui-components ^0.6.3
- es6-promise ~4.2.8
- react ^18.3.0
- react-dom ^18.3.0
- yjs ^13.5.40
docs/jupyterlite/package.json
npm
- @jupyterlab/builder ~4.4.4 development
- fs-extra ^9.0.1 development
- glob ^7.2.0 development
- handlebars ^4.7.8 development
- html-webpack-plugin ^5.5.3 development
- rimraf ^5.0.1 development
- source-map-loader ^4.0.1 development
- webpack ^5.88.2 development
- webpack-bundle-analyzer ^4.9.0 development
- webpack-cli ^5.1.4 development
- webpack-merge ^5.9.0 development
docs/jupyterlite/repl/package.json
npm
- @jupyterlab/apputils-extension ~4.4.4
- @jupyterlab/attachments ~4.4.4
- @jupyterlab/codemirror-extension ~4.4.4
- @jupyterlab/completer-extension ~4.4.4
- @jupyterlab/console-extension ~4.4.4
- @jupyterlab/docmanager-extension ~4.4.4
- @jupyterlab/imageviewer-extension ~4.4.4
- @jupyterlab/javascript-extension ~4.4.4
- @jupyterlab/json-extension ~4.4.4
- @jupyterlab/lsp-extension ~4.4.4
- @jupyterlab/markdownviewer-extension ~4.4.4
- @jupyterlab/markedparser-extension ~4.4.4
- @jupyterlab/mathjax-extension ~4.4.4
- @jupyterlab/mermaid-extension ~4.4.4
- @jupyterlab/pdf-extension ~4.4.4
- @jupyterlab/rendermime-extension ~4.4.4
- @jupyterlab/services-extension ~4.4.4
- @jupyterlab/shortcuts-extension ~5.2.4
- @jupyterlab/theme-dark-extension ~4.4.4
- @jupyterlab/theme-dark-high-contrast-extension ~4.4.4
- @jupyterlab/theme-light-extension ~4.4.4
- @jupyterlab/tooltip-extension ~4.4.4
- @jupyterlab/translation-extension ~4.4.4
- @jupyterlab/ui-components-extension ~4.4.4
- @jupyterlab/vega5-extension ~4.4.4
- @jupyterlite/application ^0.6.3
- @jupyterlite/application-extension ^0.6.3
- @jupyterlite/apputils-extension ^0.6.3
- @jupyterlite/iframe-extension ^0.6.3
- @jupyterlite/repl-extension ^0.6.3
- @jupyterlite/server ^0.6.3
- @jupyterlite/services-extension ^0.6.3
- @jupyterlite/types ^0.6.3
- @jupyterlite/ui-components ^0.6.3
- es6-promise ~4.2.8
- react ^18.3.0
- react-dom ^18.3.0
- yjs ^13.5.40
docs/jupyterlite/tree/package.json
npm
- @jupyter-notebook/application ~7.4.4
- @jupyter-notebook/application-extension ~7.4.4
- @jupyter-notebook/console-extension ~7.4.4
- @jupyter-notebook/docmanager-extension ~7.4.4
- @jupyter-notebook/help-extension ~7.4.4
- @jupyter-notebook/tree-extension ~7.4.4
- @jupyter-notebook/ui-components ~7.4.4
- @jupyterlab/application-extension ~4.4.4
- @jupyterlab/apputils-extension ~4.4.4
- @jupyterlab/attachments ~4.4.4
- @jupyterlab/cell-toolbar-extension ~4.4.4
- @jupyterlab/codemirror-extension ~4.4.4
- @jupyterlab/completer-extension ~4.4.4
- @jupyterlab/console-extension ~4.4.4
- @jupyterlab/coreutils ~6.4.4
- @jupyterlab/docmanager-extension ~4.4.4
- @jupyterlab/filebrowser-extension ~4.4.4
- @jupyterlab/fileeditor-extension ~4.4.4
- @jupyterlab/imageviewer-extension ~4.4.4
- @jupyterlab/javascript-extension ~4.4.4
- @jupyterlab/json-extension ~4.4.4
- @jupyterlab/mainmenu-extension ~4.4.4
- @jupyterlab/mathjax-extension ~4.4.4
- @jupyterlab/mermaid-extension ~4.4.4
- @jupyterlab/metadataform-extension ~4.4.4
- @jupyterlab/notebook-extension ~4.4.4
- @jupyterlab/rendermime-extension ~4.4.4
- @jupyterlab/services-extension ~4.4.4
- @jupyterlab/settingeditor-extension ~4.4.4
- @jupyterlab/shortcuts-extension ~5.2.4
- @jupyterlab/theme-dark-extension ~4.4.4
- @jupyterlab/theme-dark-high-contrast-extension ~4.4.4
- @jupyterlab/theme-light-extension ~4.4.4
- @jupyterlab/tooltip-extension ~4.4.4
- @jupyterlab/translation-extension ~4.4.4
- @jupyterlab/ui-components-extension ~4.4.4
- @jupyterlite/application-extension ^0.6.3
- @jupyterlite/apputils-extension ^0.6.3
- @jupyterlite/iframe-extension ^0.6.3
- @jupyterlite/localforage ^0.6.3
- @jupyterlite/notebook-application-extension ^0.6.3
- @jupyterlite/server ^0.6.3
- @jupyterlite/services-extension ^0.6.3
- @jupyterlite/types ^0.6.3
- @jupyterlite/ui-components ^0.6.3
- es6-promise ~4.2.8
- react ^18.3.0
- react-dom ^18.3.0
notebooks/requirements.txt
pypi
- jupyter-book *
- matplotlib *
- numpy *
docs/jupyterlite/extensions/@jupyterlite/pyodide-kernel-extension/package.json
npm
- @jupyterlab/builder ~4.4.0 development
- rimraf ^5.0.1 development
- typescript ~5.2.2 development
- @jupyterlab/application ^4.4.0
- @jupyterlab/coreutils ^6.4.0
- @jupyterlab/logconsole ^4.4.0
- @jupyterlite/contents ^0.6.0
- @jupyterlite/kernel ^0.6.0
- @jupyterlite/pyodide-kernel ^0.6.1
- @jupyterlite/server ^0.6.0