Difference between revisions of "Desktop"

From Sinfronteras
Jump to: navigation, search
Line 165: Line 165:
 
<br /> <br /> <br /> <br /> <br /> <br />
 
<br /> <br /> <br /> <br /> <br /> <br />
 
<div style="padding-left: 5px">
 
<div style="padding-left: 5px">
 +
 +
'''Esto permite colocar el área de edición en Full screem:'''
 +
<syntaxhighlight lang="javascript">
 +
$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'})
 +
</syntaxhighlight>
 +
  
 
'''Pendiente con esta extensión podría ser muy útil:'''
 
'''Pendiente con esta extensión podría ser muy útil:'''
Line 180: Line 186:
 
**[[Data Science#Naive Bayes]]
 
**[[Data Science#Naive Bayes]]
 
</sidebarmenu>
 
</sidebarmenu>
 
 
'''Esto permite colocar el área de edición en Full screem:'''
 
<syntaxhighlight lang="javascript">
 
$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'})
 
</syntaxhighlight>
 
  
 
</div>
 
</div>

Revision as of 23:16, 13 February 2021

This is a protected page.

Estudio actual

  • Carrera - CV


  • Data science

  • All the Python for data science .ipynb
  • Descriptive Data Analysis
  • Second example of Kurtosis


  • Programming


  • Database

  • BookDB implementation example (.ipynb)
  • ----
  • LaboratoryDB design and implementation example
  • Databases









Esto permite colocar el área de edición en Full screem:

$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'})


Pendiente con esta extensión podría ser muy útil: