Skip to content

Commit

Permalink
Move test CSS to tests_notebooks dir
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Aug 30, 2024
1 parent e7be9dd commit d5c5086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions tests_notebooks/test_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
"metadata": {},
"outputs": [],
"source": [
"# DO NOT REMOVE!\n",
"# This triggers required jupyter-notebook specific actions.\n",
"# See `aiidalab_widgets_base.__init__.py` for details\n",
"import aiidalab_widgets_base"
"from aiidalab_widgets_base.utils.loaders import load_css\n",
"\n",
"load_css(css_path=\"static/styles/test.css\")"
]
},
{
Expand Down

0 comments on commit d5c5086

Please sign in to comment.