All Projects → WolframResearch → wolfram-notebook-embedder

WolframResearch / wolfram-notebook-embedder

Licence: MIT license
JavaScript embedder for Wolfram Cloud notebooks

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to wolfram-notebook-embedder

prototypes
miscellaneous wolfram language functions
Stars: ✭ 24 (-50%)
Mutual labels:  wolfram-language, wolfram-mathematica
lsp-wl
A Wolfram Language Server
Stars: ✭ 157 (+227.08%)
Mutual labels:  wolfram-language, wolfram-mathematica
OpenCascadeLink
Open source package for OpenCascadeLink, which is bundled with Wolfram Language products as of version 12.1
Stars: ✭ 23 (-52.08%)
Mutual labels:  wolfram-language, wolfram-mathematica
vim-mma
💥 A (Neo)vim plugin to provide Wolfram Mathematica language support
Stars: ✭ 20 (-58.33%)
Mutual labels:  wolfram-language, wolfram-mathematica
FEMAddOns
Finite Element Method addons for Wolfram Language
Stars: ✭ 41 (-14.58%)
Mutual labels:  wolfram-language, wolfram-mathematica
codeparser
Parse Wolfram Language source code as abstract syntax trees (ASTs) or concrete syntax trees (CSTs)
Stars: ✭ 84 (+75%)
Mutual labels:  wolfram-language, wolfram-mathematica
Hello-Kaggle-Guide-KOR
Kaggle을 처음 접하는 사람들을 위한 문서
Stars: ✭ 140 (+191.67%)
Mutual labels:  notebook
learning
Walkthrough notebooks for Deep Learning, Machine Learning, Reinforcement Learning, Spark, Statistics, Algorithms, Scala, Python
Stars: ✭ 52 (+8.33%)
Mutual labels:  notebook
Deep-Learning-Experiments-implemented-using-Google-Colab
Colab Compatible FastAI notebooks for NLP and Computer Vision Datasets
Stars: ✭ 16 (-66.67%)
Mutual labels:  embeddings
mloperator
Machine Learning Operator & Controller for Kubernetes
Stars: ✭ 85 (+77.08%)
Mutual labels:  notebook
machine learning in python
Demo of basic machine learning models in python with Jupter Notebook
Stars: ✭ 16 (-66.67%)
Mutual labels:  notebook
SentimentAnalysis
(BOW, TF-IDF, Word2Vec, BERT) Word Embeddings + (SVM, Naive Bayes, Decision Tree, Random Forest) Base Classifiers + Pre-trained BERT on Tensorflow Hub + 1-D CNN and Bi-Directional LSTM on IMDB Movie Reviews Dataset
Stars: ✭ 40 (-16.67%)
Mutual labels:  embeddings
LSCDetection
Data Sets and Models for Evaluation of Lexical Semantic Change Detection
Stars: ✭ 17 (-64.58%)
Mutual labels:  embeddings
VarCLR
VarCLR: Variable Semantic Representation Pre-training via Contrastive Learning
Stars: ✭ 30 (-37.5%)
Mutual labels:  embeddings
Cookbook-for-R-Chinese
📚Cookbook for R 中文翻译
Stars: ✭ 108 (+125%)
Mutual labels:  notebook
python ml tutorial
A complete tutorial in python for Data Analysis and Machine Learning
Stars: ✭ 118 (+145.83%)
Mutual labels:  notebook
muse-as-service
REST API for sentence tokenization and embedding using Multilingual Universal Sentence Encoder.
Stars: ✭ 45 (-6.25%)
Mutual labels:  embeddings
deep-char-cnn-lstm
Deep Character CNN LSTM Encoder with Classification and Similarity Models
Stars: ✭ 20 (-58.33%)
Mutual labels:  embeddings
entity-network
Tensorflow implementation of "Tracking the World State with Recurrent Entity Networks" [https://arxiv.org/abs/1612.03969] by Henaff, Weston, Szlam, Bordes, and LeCun.
Stars: ✭ 58 (+20.83%)
Mutual labels:  embeddings
pylab
和Python相关的学习笔记:机器学习、算法、进阶书籍、文档,博客地址:https://www.howie6879.cn
Stars: ✭ 40 (-16.67%)
Mutual labels:  notebook

wolfram-notebook-embedder

A library to embed Wolfram Cloud notebooks on websites. It does not use an <iframe>, but renders a notebook directly into a given DOM node for a more seamless experience.

Installation

If you are using a package manager such as npm or Yarn, you can install this package from the npm repository:

npm install wolfram-notebook-embedder

and then import it in your JavaScript code like so:

import * as WolframNotebookEmbedder from 'wolfram-notebook-embedder';    

You can also import this library as a <script> tag from a CDN:

<script crossorigin src="https://unpkg.com/[email protected]/dist/wolfram-notebook-embedder.min.js"></script>

and then use the global variable WolframNotebookEmbedder.

Usage & Documentation

Examples

Browser Support

We support all modern browsers (the last two major versions of Chrome, Firefox, Edge, Safari). Internet Explorer is not supported anymore.

Contributing

Everyone is welcome to contribute. Please read the Contributing agreement and the Development guide for more information, including how to run the tests.

Versioning

We use semantic versioning for this library and its API.

See the changelog for details about the changes in each release.

Each version of this library is compatible with a certain range of versions of the Wolfram Cloud. Currently, the requirement is Wolfram Cloud 1.50 or higher. We try hard not to make any backward-incompatible changes on the Wolfram Cloud side, which would require an update of this library to keep embeddings working.

Library version Minimum Wolfram Cloud version
0.1.x 1.50
0.2.x 1.55
0.3.x 1.59

License

This project is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].