This commit is contained in:
estomm
2021-03-24 10:20:18 +08:00
parent 7af027d104
commit 8349e8319f
2 changed files with 31 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": "D:\\anaconda3\\python.exe",
"python.pythonPath": "D:\\anaconda\\envs\\ml\\python.exe",
"files.associations": {
"xstring": "cpp",
"deque": "cpp",

View File

@@ -0,0 +1,30 @@
{
"metadata": {
"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
},
"orig_nbformat": 2
},
"nbformat": 4,
"nbformat_minor": 2,
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from sklearn import *"
]
}
]
}