Skip to content
Snippets Groups Projects
Commit 82e0729c authored by Laura Marcela Becerra's avatar Laura Marcela Becerra
Browse files

add example

parent ef0f1841
No related branches found
No related tags found
No related merge requests found
Showing
with 181 additions and 5 deletions
image: python:3.9-buster
before_script:
- pip install -r requirements.txt
pages:
stage: deploy
script:
- jupyter-book build .
- mv _build/html public
artifacts:
paths:
- public
only:
- master
%% Cell type:markdown id: tags:
# Hola Mundo
Las celdas de código se pueden correr individualmente con **ctrl+enter**.
%% Cell type:code id: tags:
``` python
print("Hola Mundo")
```
%% Output
Hola Mundo
%% Cell type:markdown id: tags:
## Variables
La variables en python no deben ser declaradas, se definen al usarlas por primera vez
%% Cell type:code id: tags:
``` python
x="hola"
print(x)
x=5
print(x)
y=x+2.5
print(y)
```
%% Output
hola
5
7.5
%% Cell type:code id: tags:
``` python
```
%% Cell type:code id: tags:
``` python
```
%% Cell type:code id: tags:
``` python
```
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
# Hola Mundo # Hola Mundo
Las celdas de código se pueden correr individualmente con **ctrl+enter**. Las celdas de código se pueden correr individualmente con **ctrl+enter**.
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
print("Hola Mundo") print("Hola Mundo")
``` ```
%% Output %% Output
Hola Mundo Hola Mundo
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
## Variables ## Variables
La variables en python no deben ser declaradas, se definen al usarlas por primera vez La variables en python no deben ser declaradas, se definen al usarlas por primera vez
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
x="hola" x="hola"
print(x) print(x)
x=5 x=5
print(x) print(x)
y=x+2.5 y=x+2.5
print(y) print(y)
``` ```
%% Output %% Output
hola hola
5 5
7.5 7.5
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
......
# Monitoreo Ambiental # Monitoreo Ambiental
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSpQA6YaGhWJLijpD7-ipAHTLJtgbb2Nc_gXAFfTp4RGzp2uSybCTRtkaqv8Tf-jmCn0iq6sRmkrk6y/embed?start=false&loop=false&delayms=3000" frameborder="0" width="680" height="399" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
## Temperatura ## Temperatura
## Presión ## Presión
......
No preview for this file type
No preview for this file type
No preview for this file type
# Sphinx build info version 1 # Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5cc436607873a3be0e0720e358d507b8 config: cacf9b54b85c02fd3bc4f9f493141ab3
tags: 645f666f9bcd5a90fca523b33c5a78b7 tags: 645f666f9bcd5a90fca523b33c5a78b7
...@@ -455,6 +455,7 @@ title="Print to PDF" ...@@ -455,6 +455,7 @@ title="Print to PDF"
<section class="tex2jax_ignore mathjax_ignore" id="monitoreo-ambiental"> <section class="tex2jax_ignore mathjax_ignore" id="monitoreo-ambiental">
<h1>Monitoreo Ambiental<a class="headerlink" href="#monitoreo-ambiental" title="Permalink to this headline">#</a></h1> <h1>Monitoreo Ambiental<a class="headerlink" href="#monitoreo-ambiental" title="Permalink to this headline">#</a></h1>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSpQA6YaGhWJLijpD7-ipAHTLJtgbb2Nc_gXAFfTp4RGzp2uSybCTRtkaqv8Tf-jmCn0iq6sRmkrk6y/embed?start=false&loop=false&delayms=3000" frameborder="0" width="680" height="399" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<section id="temperatura"> <section id="temperatura">
<h2>Temperatura<a class="headerlink" href="#temperatura" title="Permalink to this headline">#</a></h2> <h2>Temperatura<a class="headerlink" href="#temperatura" title="Permalink to this headline">#</a></h2>
</section> </section>
......
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
# Hola Mundo # Hola Mundo
Las celdas de código se pueden correr individualmente con **ctrl+enter**. Las celdas de código se pueden correr individualmente con **ctrl+enter**.
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
print("Hola Mundo") print("Hola Mundo")
``` ```
%% Output %% Output
Hola Mundo Hola Mundo
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
## Variables ## Variables
La variables en python no deben ser declaradas, se definen al usarlas por primera vez La variables en python no deben ser declaradas, se definen al usarlas por primera vez
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
x="hola" x="hola"
print(x) print(x)
x=5 x=5
print(x) print(x)
y=x+2.5 y=x+2.5
print(y) print(y)
``` ```
%% Output %% Output
hola hola
5 5
7.5 7.5
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
......
# Monitoreo Ambiental # Monitoreo Ambiental
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSpQA6YaGhWJLijpD7-ipAHTLJtgbb2Nc_gXAFfTp4RGzp2uSybCTRtkaqv8Tf-jmCn0iq6sRmkrk6y/embed?start=false&loop=false&delayms=3000" frameborder="0" width="680" height="399" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
## Temperatura ## Temperatura
## Presión ## Presión
......
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
# Hola Mundo # Hola Mundo
Las celdas de código se pueden correr individualmente con **ctrl+enter**. Las celdas de código se pueden correr individualmente con **ctrl+enter**.
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
print("Hola Mundo") print("Hola Mundo")
``` ```
%% Output %% Output
Hola Mundo Hola Mundo
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
## Variables ## Variables
La variables en python no deben ser declaradas, se definen al usarlas por primera vez La variables en python no deben ser declaradas, se definen al usarlas por primera vez
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
x="hola" x="hola"
print(x) print(x)
x=5 x=5
print(x) print(x)
y=x+2.5 y=x+2.5
print(y) print(y)
``` ```
%% Output %% Output
hola hola
5 5
7.5 7.5
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
......
#!/usr/bin/env python #!/usr/bin/env python
# coding: utf-8 # coding: utf-8
#
#
#
#
# # Hola Mundo # # Hola Mundo
# #
# Las celdas de código se pueden correr individualmente con **ctrl+enter**. # Las celdas de código se pueden correr individualmente con **ctrl+enter**.
......
...@@ -22,11 +22,11 @@ bibtex_bibfiles: ...@@ -22,11 +22,11 @@ bibtex_bibfiles:
# Information about where the book exists on the web # Information about where the book exists on the web
repository: repository:
url: https://gitmilab.redclara.net/moncora/moncora # Online location of your book url: https://gitmilab.redclara.net/moncora/moncora # Online location of your book
path_to_book: ./mynewbook # Optional path to your book, relative to the repository root path_to_book: ./Book # Optional path to your book, relative to the repository root
branch: master # Which branch of the repository should be used when creating links (optional) branch: master # Which branch of the repository should be used when creating links (optional)
launch_buttons: #launch_buttons:
binderhub_url: "https://mybinder.org" # The URL for your BinderHub (e.g., https://mybinder.org) # binderhub_url: "https://mybinder.org" # The URL for your BinderHub (e.g., https://mybinder.org)
# Add GitHub buttons to your book # Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
......
jupyter-book
# dependencia MakeSens
tk
click
matplotlib matplotlib
seaborn
# API MakeSens
APIMakeSens
# Pandas
pandas
# datetime para manejo de fechas
datetime
# pytz para manejo de zonas horarias
pytz
jupyter-book
numpy numpy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment