Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Proyecto-Final
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
timag-2023
Proyecto-Final
Compare revisions
1b270dc401da0e6397c88e35a62782f2db3fd1ec to 2739108c8af9f7ccf3c8dacb9eb97bd43c47f8f8
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
timag-2023/proyecto-final
Select target project
No results found
2739108c8af9f7ccf3c8dacb9eb97bd43c47f8f8
Select Git revision
Branches
main
Swap
Target
timag-2023/proyecto-final
Select target project
timag-2023/proyecto-final
1 result
1b270dc401da0e6397c88e35a62782f2db3fd1ec
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fixing notebooks paths, adding example notebook and example images for running the notebook.
· 510c8ee4
martin-corredera
authored
1 year ago
510c8ee4
Merge remote-tracking branch 'origin/main'
· 2739108c
martin-corredera
authored
1 year ago
2739108c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
content/notebooks/Create_data.ipynb
+0
-0
0 additions, 0 deletions
content/notebooks/Create_data.ipynb
content/notebooks/Proyecto_Timag.ipynb
+1537
-0
1537 additions, 0 deletions
content/notebooks/Proyecto_Timag.ipynb
pelicanconf.py
+1
-1
1 addition, 1 deletion
pelicanconf.py
with
1538 additions
and
1 deletion
content/
dataset
s/Create_data.ipynb
→
content/
notebook
s/Create_data.ipynb
View file @
2739108c
File moved
This diff is collapsed.
Click to expand it.
content/notebooks/Proyecto_Timag.ipynb
0 → 100644
View file @
2739108c
This diff is collapsed.
Click to expand it.
pelicanconf.py
View file @
2739108c
...
...
@@ -37,7 +37,7 @@ PAGE_PATHS = ['pages']
STATIC_PATHS
=
[
'
images
'
,
]
STATIC_EXCLUDES
=
[
'
dataset
s
'
]
STATIC_EXCLUDES
=
[
'
notebook
s
'
]
# Which plugins to enable
# PLUGIN PARA PONER NUMERO A LAS FIGURAS -> figure-ref
#https://github.com/cmacmackin/figure-ref/tree/40e04d32bff468a6b3e63c373c5d95fca39783fe
...
...
This diff is collapsed.
Click to expand it.