Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove electron microscopy notebook since they moved to other repositories #69

Merged
merged 3 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions 1_Getting_Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@
" \n",
"However, in order to enable interactive plotting in IPython we need to activate the matplotlib \"backend\" first using the [%matplotlib IPython magic](http://ipython.readthedocs.io/en/stable/interactive/plotting.html).\n",
"\n",
"**NOTE:** A \"backend\" in this context refers to the code, that determines in which way plotted data will be displayed. In the online version of this document we use the `inline` backend that displays non-interactive figures inside the Jupyter Notebook. However, for interactive data analysis purposes most would prefer to use the `qt4`, `wx` or `nbagg` backends. \n",
" \n",
" "
"**NOTE:** A \"backend\" in this context refers to the code, that determines in which way plotted data will be displayed. In the online version of this document we use the `inline` backend that displays non-interactive figures inside the Jupyter Notebook. However, for interactive data analysis purposes most would prefer to use the `qt` or `widget` backends. When running the notebook from the cloud (for example on [Binder](https://mybinder.org), Google Cloud Platform), only the `widget` or `inline` backend can to be used."
]
},
{
Expand All @@ -121,8 +119,8 @@
],
"source": [
"# This is a Python comment line - anything after a hashtag is a non-executed comment\n",
"%matplotlib nbagg \n",
"# You can replace 'nbagg' with any other available toolkit e.g 'qt4', 'tk'...\n",
"%matplotlib widget \n",
"# You can replace 'widget' with any other available toolkit e.g 'qt',\n",
"import hyperspy.api as hs\n",
"# Don't worry about the warning below, they're just for information"
]
Expand Down
25,382 changes: 35 additions & 25,347 deletions 2_SVD_and_BSS.ipynb

Large diffs are not rendered by default.

1,540 changes: 3 additions & 1,537 deletions Fitting_tutorial.ipynb

Large diffs are not rendered by default.

Loading