Re: Alternatives to Jupyter Notebook

2021-11-16 Thread Martin Schöön
Den 2021-11-15 skrev Loris Bennett :
> Martin Schöön  writes:
>
>> Den 2021-10-20 skrev Shaozhong SHI :
>>>
>>> My Jupyter notebook becomes unresponsive in browsers.
>>>
>> Odd, I never had any problems like that. I use Firefox on Linux.
>>
>>> Are there alternatives to read, edit and run Jupyter Notebook?
>>>
>> I know some people use emacs orgmode. I have never tried it
>> myself and do not know how well it works.
>
> I don't know Jupyter well enough to know whether Org mode is a real
> alternative.  However, with Org mode you can combine text and code in
> multiple languages, run the code within Emacs and then export the
> results in various formats such as PDF and HTML.
>
I realise I was not making myself clear. Orgmode is great. Full stop.

What I don't have experience of is combining orgmode with Jupyter.

/Martin
-- 
https://mail.python.org/mailman/listinfo/python-list


OT: Alternatives to Jupyter Notebook

2021-11-15 Thread dn via Python-list
On 15/11/2021 12.24, Paige Bailey wrote:
> If you're experiencing issues with Jupyter, perhaps try JupyterLab:
> JupyterLab Documentation — JupyterLab 3.2.3 documentation
> 
> 
> Or VS Code, which is also open-source and has support for Jupyter notebooks:
> Working with Jupyter Notebooks in Visual Studio Code
> 


Which description, depends heavily upon one's definition of
"open-source", surely?

There are major differences between countries, cultures, and languages.
The typical US-understanding narrows-down to "free", as-in $0; and
relegates further meaning of the word, referring to "freedom" (in
French: "libre" - more often translated into English as "liberty").

In relation to software, the question may become: freedom from what?

There is a practice termed "open washing". This is attempting to portray
something as "open", when it may not be so - according to other people's
understandings. Marketing people often skirt definitions and confuse
with their own portrayals, eg what is "virgin olive oil", do "Kiwi
fruit" really come from New Zealand, is it actually "sourdough" bread or
merely flavored, can it be "balsamic vinegar" if it is made with
caramel, is it "champagne" if the grapes were grown somewhere else?

IT-Developers are generally more precise when choosing names and jargon
- even then, some are more accurate/strict than others! Did MS-Windows
really "come free" with that computer, or did some of the $money you
paid go to Microsoft rather than the hardware manufacturer? Do you "own"
your cell-phone/computer or does the Apple contract forbid you from
mending/augmenting it - because they still 'control' it (or you?). Did
you "buy" your Internet Domain Name, or have you in-reality
rented/leased such?

Yes, VS-Code is built upon an 'open' core. Thereafter Microsoft added
"telemetry" (ie "ET, phone home" - for their own purposes(!)), and other
proprietary additions ("featuritus" leads to "better"?). Further, it is
officially only available from their 'store'. Is this "open"? Is it
$free? Are you free from 'surveillance'? Is the product as a whole,
"open-source"? Are you free (legally unencumbered) to modify (or even
read) the source-code of any/all MSFT 'improvements'?

VSCodium claims to be an "open source" version/equivalent. Its
IDE-functionality is (all(?)) the same, but eschews MSFT-only 'features'
- including editor-sharing across the cloud (to my profound regret!).

The 'product' names are very similar.

They are both fundamental and invaluable tools for (Python) developers -
millions of us can't be wrong!

Either one could help the OP, exactly the advice intended by the above post!


Web.Refs:
https://vscodium.com/
https://www.reddit.com/r/privacy/comments/n7l444/vscode_vs_vscodium/

Further philosophy:
- "Liberté, égalité, fraternité " as a catch-cry of the French
Revolution (translates to: liberty, equality, brotherhood)
- becoming "created equal" and "Life, Liberty, and the Pursuit of
Happiness" in the (US) Declaration of Independence
- "some...more equal than others" purported corruption of 'purity'
illustrated in Orwell's "Animal Farm"
-- 
Regards,
=dn
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Alternatives to Jupyter Notebook

2021-11-15 Thread Loris Bennett
Martin Schöön  writes:

> Den 2021-10-20 skrev Shaozhong SHI :
>>
>> My Jupyter notebook becomes unresponsive in browsers.
>>
> Odd, I never had any problems like that. I use Firefox on Linux.
>
>> Are there alternatives to read, edit and run Jupyter Notebook?
>>
> I know some people use emacs orgmode. I have never tried it
> myself and do not know how well it works.

I don't know Jupyter well enough to know whether Org mode is a real
alternative.  However, with Org mode you can combine text and code in
multiple languages, run the code within Emacs and then export the
results in various formats such as PDF and HTML.

I use it to collate monthly statistics by running shell scripts on a
remove server to generate data in tables within the Org file, running R
code on the data to generate plots from the data.  I finally export the
whole report to a PDF.  This is all done within a single local Emacs
instance.

YMMV.

Cheers,

Loris

-- 
This signature is currently under construction.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Alternatives to Jupyter Notebook

2021-11-14 Thread Paige Bailey
If you're experiencing issues with Jupyter, perhaps try JupyterLab:
JupyterLab Documentation — JupyterLab 3.2.3 documentation


Or VS Code, which is also open-source and has support for Jupyter notebooks:
Working with Jupyter Notebooks in Visual Studio Code


On Sun, Nov 14, 2021 at 5:20 PM Martin Schöön 
wrote:

> Den 2021-10-20 skrev Shaozhong SHI :
> >
> > My Jupyter notebook becomes unresponsive in browsers.
> >
> Odd, I never had any problems like that. I use Firefox on Linux.
>
> > Are there alternatives to read, edit and run Jupyter Notebook?
> >
> I know some people use emacs orgmode. I have never tried it
> myself and do not know how well it works.
>
> /Martin
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Alternatives to Jupyter Notebook

2021-11-14 Thread Dan Stromberg
Sorry, gmail got in a hurry to send my message :)

Does this help? https://lwn.net/Articles/855875/

On Sun, Nov 14, 2021 at 4:22 PM Dan Stromberg  wrote:

>
> Does this help?
>
>
> On Wed, Oct 20, 2021 at 8:48 AM Shaozhong SHI 
> wrote:
>
>> Hello,
>>
>> Is anyone familiar with alternatives to Jupyter Notebook.
>>
>> My Jupyter notebook becomes unresponsive in browsers.
>>
>> Are there alternatives to read, edit and run Jupyter Notebook?
>>
>> Regards,
>>
>> David
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Alternatives to Jupyter Notebook

2021-11-14 Thread Dan Stromberg
Does this help?


On Wed, Oct 20, 2021 at 8:48 AM Shaozhong SHI 
wrote:

> Hello,
>
> Is anyone familiar with alternatives to Jupyter Notebook.
>
> My Jupyter notebook becomes unresponsive in browsers.
>
> Are there alternatives to read, edit and run Jupyter Notebook?
>
> Regards,
>
> David
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Alternatives to Jupyter Notebook

2021-11-14 Thread Martin Schöön
Den 2021-10-20 skrev Shaozhong SHI :
>
> My Jupyter notebook becomes unresponsive in browsers.
>
Odd, I never had any problems like that. I use Firefox on Linux.

> Are there alternatives to read, edit and run Jupyter Notebook?
>
I know some people use emacs orgmode. I have never tried it
myself and do not know how well it works.

/Martin
-- 
https://mail.python.org/mailman/listinfo/python-list


Alternatives to Jupyter Notebook

2021-10-20 Thread Shaozhong SHI
Hello,

Is anyone familiar with alternatives to Jupyter Notebook.

My Jupyter notebook becomes unresponsive in browsers.

Are there alternatives to read, edit and run Jupyter Notebook?

Regards,

David
-- 
https://mail.python.org/mailman/listinfo/python-list