File tree Expand file tree Collapse file tree 1 file changed +7
-27
lines changed Expand file tree Collapse file tree 1 file changed +7
-27
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,11 @@ Libraries for defining and controlling interactive webpages with Python
28
28
Early Days
29
29
----------
30
30
31
- IDOM is still young. Be sure to post any `issues `_ you have or contribute by creating a
32
- `pull request `_.
31
+ IDOM is still young. If you need help or want to contribute:
32
+
33
+ - Ask `questions <https://github.com/idom-team/idom/discussions >`__
34
+ - Report `issues <https://github.com/rmorshea/idom/issues >`__
35
+ - Creating a `pull request <https://github.com/rmorshea/idom/pulls >`__
33
36
34
37
35
38
At a Glance
@@ -46,28 +49,5 @@ Once activated try clicking the displayed image to make it change 🖱️
46
49
47
50
.. note ::
48
51
49
- You can display the same thing in a Jupyter Notebook by installing ``idom-jupyter ``:
50
-
51
- .. code-block :: bash
52
-
53
- pip install idom-jupyter
54
-
55
- Then just import ``idom_jupyter `` at the top of a notebook and your components
56
- will magically turn into widgets:
57
-
58
- .. code-block ::
59
-
60
- import idom_jupyter
61
- Slideshow()
62
-
63
- Try it out on Binder now: |launch-binder |
64
-
65
-
66
- .. Links
67
- .. =====
68
-
69
- .. _issues : https://github.com/rmorshea/idom/issues
70
- .. _pull request : https://github.com/rmorshea/idom/pulls
71
- .. _IDOM Sandbox : https://idom-sandbox.herokuapp.com
72
- .. |launch-binder | image :: https://mybinder.org/badge_logo.svg
73
- :target: https://mybinder.org/v2/gh/idom-team/idom-jupyter/main?filepath=notebooks%2Fintroduction.ipynb
52
+ You can display the same thing in a Jupyter Notebook by installing
53
+ `idom-jupyter <https://github.com/idom-team/idom-jupyter >`__.
You can’t perform that action at this time.
0 commit comments