Add files via upload

This commit is contained in:
philcarmona 2020-05-28 10:31:51 +02:00 committed by GitHub
parent 6a7546ba58
commit a1f7af6d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 8, "execution_count": 5,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
@ -26,12 +26,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 6,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"import stablecompoper\n", "import stablecompoper\n",
"sns.set()" "sns.set()\n",
"plt.rc('text', usetex=False)"
] ]
}, },
{ {
@ -66,7 +67,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 10, "execution_count": 7,
"metadata": { "metadata": {
"scrolled": true "scrolled": true
}, },
@ -74,7 +75,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "c34572f6e4fe42ac86f82fe5e83f5726", "model_id": "363db6156e864761ac23dd6594f107cb",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
@ -88,10 +89,10 @@
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"<function stablecompoper.nsestimdenszchi(lzero, muzero, T, N, coeff=1.0, estimnoyau=False)>" "<function stablecompoper.nsestimdenszchi(lzero, muzero, T, N, coeff=1.0, estimnoyau=False, image=False)>"
] ]
}, },
"execution_count": 10, "execution_count": 7,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }