Skip to content

Commit 58e2d57

Browse files
committed
README atualizado
1 parent aaeaa69 commit 58e2d57

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

notebooks/initial_setup.ipynb

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"## Configuração inicial\n",
8+
"\n",
9+
"<div class=\"alert\" style=\"background-color:#ff103f; color: #ffffff\"><strong>Nota:</strong> \n",
10+
" Antes de executar este notebook, siga as <strong><a href=\"setup.ipynb\" style=\"color: #d1e8ff\">instruções de configuração local</a></strong>.\n",
11+
"</div>\n",
12+
"\n",
13+
"Após ter seguido as intruções de configuração inicial, rode este notebook para finalizar a configuração co ambiente."
14+
]
15+
},
16+
{
17+
"cell_type": "code",
18+
"execution_count": 1,
19+
"metadata": {},
20+
"outputs": [],
21+
"source": [
22+
"%load_ext autoreload\n",
23+
"%autoreload 2\n",
24+
"\n",
25+
"import sys\n",
26+
"import logging\n",
27+
"import ipytest\n",
28+
"from pathlib import Path\n",
29+
"\n"
30+
]
31+
},
32+
{
33+
"cell_type": "code",
34+
"execution_count": null,
35+
"metadata": {},
36+
"outputs": [],
37+
"source": []
38+
}
39+
],
40+
"metadata": {
41+
"kernelspec": {
42+
"display_name": ".venv",
43+
"language": "python",
44+
"name": "python3"
45+
},
46+
"language_info": {
47+
"codemirror_mode": {
48+
"name": "ipython",
49+
"version": 3
50+
},
51+
"file_extension": ".py",
52+
"mimetype": "text/x-python",
53+
"name": "python",
54+
"nbconvert_exporter": "python",
55+
"pygments_lexer": "ipython3",
56+
"version": "3.11.3"
57+
}
58+
},
59+
"nbformat": 4,
60+
"nbformat_minor": 2
61+
}

sigmoidal/__init__.py

Whitespace-only changes.

src/paths.py

Whitespace-only changes.

0 commit comments

Comments
 (0)