Skip to content
Snippets Groups Projects
Commit c1fe007f authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

Install jupyter jsmol in setup

parent 4a682a83
Branches
No related tags found
No related merge requests found
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
"execution_count": 1, "execution_count": 1,
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2021-09-14T14:21:22.281891Z", "end_time": "2021-09-14T14:30:04.851511Z",
"start_time": "2021-09-14T14:21:22.270006Z" "start_time": "2021-09-14T14:30:04.832503Z"
}, },
"init_cell": true "init_cell": true
}, },
...@@ -195,8 +195,8 @@ ...@@ -195,8 +195,8 @@
"execution_count": 2, "execution_count": 2,
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2021-09-14T14:21:24.602454Z", "end_time": "2021-09-14T14:30:07.180032Z",
"start_time": "2021-09-14T14:21:22.282984Z" "start_time": "2021-09-14T14:30:04.852666Z"
}, },
"init_cell": true, "init_cell": true,
"tags": [ "tags": [
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "cc8c6620956944eca7ce698df1f252ea", "model_id": "4ee6df9ee3f741d69dedf298cfccedf9",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
...@@ -260,8 +260,8 @@ ...@@ -260,8 +260,8 @@
"execution_count": 3, "execution_count": 3,
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2021-09-14T14:21:24.716387Z", "end_time": "2021-09-14T14:30:07.283447Z",
"start_time": "2021-09-14T14:21:24.605171Z" "start_time": "2021-09-14T14:30:07.182435Z"
}, },
"init_cell": true, "init_cell": true,
"tags": [ "tags": [
...@@ -323,8 +323,8 @@ ...@@ -323,8 +323,8 @@
"execution_count": 4, "execution_count": 4,
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2021-09-14T14:21:24.722377Z", "end_time": "2021-09-14T14:30:07.287864Z",
"start_time": "2021-09-14T14:21:24.717752Z" "start_time": "2021-09-14T14:30:07.284712Z"
}, },
"init_cell": true "init_cell": true
}, },
...@@ -353,8 +353,8 @@ ...@@ -353,8 +353,8 @@
"execution_count": 5, "execution_count": 5,
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2021-09-14T14:21:24.733732Z", "end_time": "2021-09-14T14:30:07.298609Z",
"start_time": "2021-09-14T14:21:24.723967Z" "start_time": "2021-09-14T14:30:07.289053Z"
}, },
"init_cell": true, "init_cell": true,
"tags": [ "tags": [
...@@ -442,8 +442,8 @@ ...@@ -442,8 +442,8 @@
"execution_count": 6, "execution_count": 6,
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2021-09-14T14:21:24.753028Z", "end_time": "2021-09-14T14:30:07.315349Z",
"start_time": "2021-09-14T14:21:24.734831Z" "start_time": "2021-09-14T14:30:07.299720Z"
}, },
"init_cell": true, "init_cell": true,
"tags": [ "tags": [
...@@ -582,8 +582,8 @@ ...@@ -582,8 +582,8 @@
"execution_count": 7, "execution_count": 7,
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2021-09-14T14:21:25.035203Z", "end_time": "2021-09-14T14:30:07.581620Z",
"start_time": "2021-09-14T14:21:24.754880Z" "start_time": "2021-09-14T14:30:07.316390Z"
}, },
"init_cell": true, "init_cell": true,
"scrolled": false, "scrolled": false,
...@@ -595,7 +595,7 @@ ...@@ -595,7 +595,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "3f5fc578cd0e4531abcda67716cb8eea", "model_id": "e8d2c04ad65049e8bcb440fe6e638ab3",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
......
...@@ -13,5 +13,5 @@ setup( ...@@ -13,5 +13,5 @@ setup(
description=metainfo['title'], description=metainfo['title'],
long_description=metainfo['description'], long_description=metainfo['description'],
packages=find_packages(), packages=find_packages(),
install_requires=['numpy', 'pandas', 'matplotlib','scikit-learn','ipywidgets','nglview','ase','jupyter_helpers'], install_requires=['numpy', 'pandas', 'matplotlib','scikit-learn','ipywidgets','nglview','ase','jupyter_helpers', 'jupyter_jsmol==2021.3.0'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment