Skip to content

Commit 527be79

Browse files
authored
Update introduction.ipynb
1 parent 9fb83c7 commit 527be79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# What is IDOM?\n",
88
"\n",
9-
"DOM is a Python web framework for building interactive websites **without needing a single line of Javascript**. This is accomplished by breaking down complex applications into nestable and reusable chunks of code called “components” that allow you to focus on what your application does rather than how it does it.\n",
9+
"IDOM is a Python web framework for building interactive websites **without needing a single line of Javascript**. This is accomplished by breaking down complex applications into nestable and reusable chunks of code called “components” that allow you to focus on what your application does rather than how it does it.\n",
1010
"\n",
1111
"Ecosystem independence is also a core feature of IDOM. It can be added to existing applications built on a variety of sync and async web servers, as well as integrated with other frameworks like Django, Jupyter, and Plotly Dash. Not only does this mean you’re free to choose what technology stack to run on, but on top of that, you can run the exact same components wherever you need them. For example, you can take a component originally developed in a Jupyter Notebook like this one, and embed it in your production application without changing anything about the component itself.\n",
1212
"\n",

0 commit comments

Comments
 (0)