Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created fetch_tse_data #208

Merged
merged 13 commits into from
May 10, 2017
20 changes: 4 additions & 16 deletions develop/2016-08-08-irio-translate-dataset.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head><meta charset="utf-8" />
<title>2016-08-08-im-translate-dataset</title>
<title>2016-08-08-irio-translate-dataset</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
Expand Down Expand Up @@ -8456,8 +8456,8 @@
}
/* Flexible box model classes */
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
/* This file is a compatibility layer. It allows the usage of flexible box
model layouts across multiple browsers, including older browsers. The newest,
/* This file is a compatability layer. It allows the usage of flexible box
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compatibility estava certo.

model layouts accross multiple browsers, including older browsers. The newest,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

across estava certo.

universal implementation of the flexible box model is used when available (see
`Modern browsers` comments below). Browsers that are known to implement this
new spec completely include:
Expand Down Expand Up @@ -11357,7 +11357,7 @@
* Author: Jupyter Development Team
*/
/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
* of chance of being generated from the ../less/[samename].less file, you can
* of chance of beeing generated from the ../less/[samename].less file, you can
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

being estava certo

* try to get back the less file by reverting somme commit in history
**/
/*
Expand Down Expand Up @@ -11687,18 +11687,6 @@
.ansi-bold { font-weight: bold; }

</style>
<style type="text/css">
#notebook,
.output_area pre {
font-size: 18px;
}

.CodeMirror {
font-family: Monaco;
font-size: 20px;
}

</style>


<style type="text/css">
Expand Down
8 changes: 4 additions & 4 deletions develop/2016-08-08-irio-translate-dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -696,9 +696,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python3",
"name": "python3"
"display_name": "Python [serenata_de_amor]",
"language": "python",
"name": "Python [serenata_de_amor]"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -710,7 +710,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.6.1"
}
},
"nbformat": 4,
Expand Down