Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Octoframes/anywidget-minimal-react-template

Repository files navigation

⚠️⚠️⚠️ This repo is deprecated ⚠️⚠️⚠️

In order to create a react-based project with anywidget, please use:

npm create anywidget@latest and visit https://github.com/manzt/anywidget










OLD README.md

anywidget-minimal-react-template

npm install
npm run build

python3.11 -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]" 
npm run dev

Your project should now look like this:

📁 Project Root (name of your project)
┣━━ 📂 .venv
┃   ┗━━ ... (content of .venv folder)
┣━━ 📂 node_modules
┃   ┗━━ ... (content of node_modules folder)
┣━━ 📂 js
┃   ┗━━ 📄 widget.jsx
┣━━ 📂 src
┃   ┗━━ 📂 qr_code_widget
┃       ┣━━ 📄 __init__.py
┃       ┗━━ 📂 static
┃           ┗━━ 📄 widget.js
┣━━ 📄 README.md
┣━━ 📄 pyproject.toml
┣━━ 📄 package.json
┣━━ 📄 package-lock.json
┣━━ 📄 .gitignore
┗━━ 📄 hello.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages