Difference between revisions of "Desktop"

From Sinfronteras
Jump to: navigation, search
Line 180: Line 180:
 
**[[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









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


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;'})