Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Freysoldt
BigmaxSummerSchool-Tutorials
Commits
52b315c5
Commit
52b315c5
authored
Aug 30, 2021
by
Christoph Freysoldt
Browse files
1. notebook for testing imports 2. kick out requirements.txt -> pip packages now in evironment.yml
parent
3c3032c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements.txt
deleted
100644 → 0
View file @
3c3032c5
tensorflow
scikit-learn
torch
test_imports.ipynb
0 → 100644
View file @
52b315c5
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import sklearn"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import torch"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import tensorflow"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"import matplotlib"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"import numpy"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"import hyperspy"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"import hyperspy_gui_ipywidgets"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"import ipympl"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.8"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
%% Cell type:code id: tags:
```
python
import
sklearn
```
%% Cell type:code id: tags:
```
python
import
torch
```
%% Cell type:code id: tags:
```
python
import
tensorflow
```
%% Cell type:code id: tags:
```
python
import
matplotlib
```
%% Cell type:code id: tags:
```
python
import
numpy
```
%% Cell type:code id: tags:
```
python
import
hyperspy
```
%% Cell type:code id: tags:
```
python
import
hyperspy_gui_ipywidgets
```
%% Cell type:code id: tags:
```
python
import
ipympl
```
%% Cell type:code id: tags:
```
python
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment