-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Consolidate Translated Notebooks into Single Notebook Series (Multi-Language) #2917
Comments
This could be one option: https://stackoverflow.com/questions/46259726/support-multiple-human-languages-in-jupyter-notebooks |
Yeah, that might be viable! Direct link to the i18n README linked in the SO thread above: https://github.com/jupyter/notebook/tree/master/notebook/i18n |
Hi guys, I'm new to PySyft and right now I'm going through all notebook tutorials. If you want I can give this a try and add multilingual support to each of them |
That would be great! Ideally thought we want to combine them all into a
single notebook series with multilingual support (using our translations)
rather than add multi-lingual support to each.
…On Tue, Jan 28, 2020 at 4:33 PM Santiago Gonzalez Toral < ***@***.***> wrote:
Hi guys,
I'm new to PySyft and right now I'm going through all notebook tutorials.
If you want I can give this a try and add multilingual support to each of
them
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2917?email_source=notifications&email_token=ABBAZERHXBWHCQO2HTNDBMLRABM6NA5CNFSM4KIL6JB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKD774Y#issuecomment-579338227>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBAZER65I5C2VUA4PEDBUDRABM6NANCNFSM4KIL6JBQ>
.
|
Hi, I've found this nbextension called |
If we can do the translations ourself that's perfect!
…On Tue, Jan 28, 2020 at 8:36 PM Santiago Gonzalez Toral < ***@***.***> wrote:
Hi,
I've found this nbextension
<https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/nbTranslate/README.html>
called nbTranslate where you can tag cells by languages and then use the
menu to display the info in the language of preference. It has support for
automatic translation using google translate and also allows you to export
a notebook in a specific language so, e.g. there could be a script that
generates multilingual notebooks e.b. during installation. What do you
think about this approach?
[image: lang]
<https://user-images.githubusercontent.com/926341/73303148-dc710f00-41e3-11ea-8e4b-c08612c33dc2.gif>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2917?email_source=notifications&email_token=ABBAZEVR6FSN2DQSBCTQVW3RACJMNA5CNFSM4KIL6JB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKEZV7Q#issuecomment-579443454>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBAZEWWTUAE6IACBOTS7UDRACJMNANCNFSM4KIL6JBQ>
.
|
Hi, I'm currently working on the translated notebooks. I wanna ask you a couple of questions:
|
Since slack removes chat after a while backing up this discussion here. George Christopoulos [2:18 AM] Yugandhar:openmined: [3:38 AM] But, in the end it creates a new file which is not the desired outcome here. It is to make a single notebook series with multilingual support(using community's translations) (as google translate is not good enough to be trusted blindly yet) Yugandhar:openmined: [3:42 AM] George Christopoulos [3:46 PM] George Christopoulos [3:49 PM] Yugandhar:openmined: [3:51 PM] Yugandhar:openmined: [4:04 PM] What do you think? (edited) cereallarceny:openmined: [5:00 PM] cereallarceny:openmined: [5:00 PM] cereallarceny:openmined: [5:00 PM] Yugandhar:openmined: [5:02 PM] cereallarceny:openmined: [5:18 PM] |
This issue has been marked stale because it has been open 30 days with no activity. Leave a comment or remove the |
Is your feature request related to a problem? Please describe.
At present, we have 8 different languages represented in our Jupyter notebook tutorial series. While this is absolutely epic, it's leading to two problems:
Describe the solution you'd like
Jupyter notebook has the ability to offer multiple languages in the same notebook (where you can "Select which language you would like" using a button or a tab). Figure out how to do this and consolidate all of our translated tutorials into a single notebook series which allows you to select which language you want to read it in.
Describe alternatives you've considered
Additional context
Sooner the better because the longer we wait the bigger a job this becomes.
The text was updated successfully, but these errors were encountered: