Commit 18e3d0d 1 parent 2bfdc31 commit 18e3d0d Copy full SHA for 18e3d0d
File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# widget-periodictable
2
2
3
- A jupyter widget to select chemical elements from the periodic table.
3
+ A jupyter widget to select chemical elements from the periodic table. This is a update version of the
4
+ widget from:
5
+
6
+ https://github.com/aiidalab/aiidalab-widget-periodictable
7
+
8
+ ,which support both Jupyter notebook and JupyterLab.
9
+
4
10
5
11
![ periodic table] ( ./periodictable.png )
6
12
13
+ ## Usage and try it on Binder
14
+
15
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/osscar-org/widget-periodictable/master?urlpath=%2Flab%2Ftree%2Fexamples%2Fintroduction.ipynb )
16
+
7
17
## Installation
8
18
9
19
You can install using ` pip ` :
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ jupyter labextension install @jupyter-widgets/jupyterlab-manager
3
+ jupyter nbextension enable --py --sys-prefix appmode
4
+ jupyter serverextension enable --py --sys-prefix appmode
5
+ jupyter nbextension enable --py widgetsnbextension
6
+ jupyter lab build
Original file line number Diff line number Diff line change
1
+ ipywidgets == 7.5.0
2
+ appmode == 0.6.0
3
+ IPython == 7.8.0
4
+ widget-periodictable
You can’t perform that action at this time.
0 commit comments