Re: [sympy] Re: SymPy Live

2020-01-20 Thread Oscar Benjamin
For me sympy live runs locally using the app.yaml from the repo
(current master). The version that is installed in google cloud is
different. I sent the changes as a PR:
https://github.com/sympy/sympy-live/pull/139

On Mon, 20 Jan 2020 at 15:59, James .  wrote:
>
> Okay, can you pls send me your app.yaml file, I will take it as a reference 
> to work mine and I will reinstall everything and try to work it this time..
>
> On Mon, Jan 20, 2020, 19:57 Oscar Benjamin  wrote:
>>
>> I'm afraid I can't tell you exactly what to do here. It depends where
>> the files are on your computer. When I installed google-cloud-sdk I
>> installed it to a local directory and I can run the files from there.
>> I don't know where you have installed the files I'm afraid. It's also
>> possible that the correct commands on Windows are different (I don't
>> use Windows).
>>
>> Probably there is a tutorial somewhere that explains how to use
>> google-cloud-sdk more generally. It might be worth going through
>> something like that before trying to get sympy-live to work.
>>
>>
>> On Mon, 20 Jan 2020 at 05:29, James .  wrote:
>> >
>> > if you dont mind can u pls tell me in specific
>> > while running this command(../../google-cloud-sdk/bin/dev_appserver.py .)  
>> > its showing like this "'..' is not recognized as an internal or external 
>> > command,
>> > operable program or batch file.""
>> > my cloud sdk in this path "C:\Users\James\AppData\Local\Google\Cloud SDK"
>> > sympy live  repo at "C:\Users\James\AppData\Local\Google\Cloud 
>> > SDK\sympy-live"
>> > can u tell me at what path do i have to use this command  
>> > ../../google-cloud-sdk/bin/dev_appserver.py .
>> > im using windows 10.
>> >
>> > On Sun, Jan 19, 2020, 23:50 James .  wrote:
>> >>
>> >> what is the meaning of this
>> >> "
>> >>   # if you're adding the shell to your own app, change this regex url to 
>> >> the URL
>> >> # endpoint where you want the shell to run, e.g. /shell . You'll also 
>> >> probably
>> >> # want to add login: admin to restrict to admins only.
>> >> - url: /.*
>> >>   script: shell.application
>> >>   secure: always
>> >> "
>> >>
>> >> On Sun, Jan 19, 2020 at 6:38 PM Oscar Benjamin 
>> >>  wrote:
>> >>>
>> >>> If you install google cloud SDK and clone the sympy live repo you can
>> >>> run it locally with:
>> >>>
>> >>> ../../google-cloud-sdk/bin/dev_appserver.py .
>> >>>
>> >>> (i.e. run this command in the root of the sympy-live repo and give the
>> >>> path to the dev_appserver.py script)
>> >>>
>> >>> Then go to a browser and open localhost:8080
>> >>>
>> >>> That should work with the app.yml as it is in sympy-live master.
>> >>> However that app.yaml will not work on google cloud. I have a PR that
>> >>> reverses that situation:
>> >>> https://github.com/sympy/sympy-live/pull/139
>> >>> After merging that PR sympy live will not work locally but will work
>> >>> when pushed to google.
>> >>>
>> >>>
>> >>> On Sun, 19 Jan 2020 at 12:59, James .  wrote:
>> >>> >
>> >>> > Hi everyone,
>> >>> > If anyone using sympy live shell on their local machine and on gae pls 
>> >>> > help me I have followed each and everystep on docs but I still 
>> >>> > couldn't figure out the problem .
>> >>> > If anyone using shell succesfully pls send me their app.yaml file
>> >>> > I have been trying on Google to solve this problem from 2 days but 
>> >>> > still couldn't solve .
>> >>> >
>> >>> > On Sat, Jan 18, 2020, 01:21 James .  wrote:
>> >>> >>
>> >>> >> working now above things, but at this link  
>> >>> >> https://github.com/sympy/sympy-live   this command " 
>> >>> >> ../google_appengine/dev_appserver.py"  giving error
>> >>> >
>> >>> > --
>> >>> > You received this message because you are subscribed to the Google 
>> >>> > Groups "sympy" group.
>> >>> > To unsubscribe from this group and stop receiving emails from it, send 
>> >>> > an email to sympy+unsubscr...@googlegroups.com.
>> >>> > To view this discussion on the web visit 
>> >>> > https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com.
>> >>>
>> >>> --
>> >>> You received this message because you are subscribed to the Google 
>> >>> Groups "sympy" group.
>> >>> To unsubscribe from this group and stop receiving emails from it, send 
>> >>> an email to sympy+unsubscr...@googlegroups.com.
>> >>> To view this discussion on the web visit 
>> >>> https://groups.google.com/d/msgid/sympy/CAHVvXxSRemob5KnZEvq39Luv9tQKtQRtR4qxA4opfuX0W9sKPA%40mail.gmail.com.
>> >
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "sympy" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to sympy+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sympy/CAHvhkMQt4KLm2_atjMcGVBGuC-DqD_fF_ZAtBVRq7F8BFFo__A%40mail.gmail.com.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> 

Re: [sympy] Re: SymPy Live

2020-01-20 Thread James .
Okay, can you pls send me your app.yaml file, I will take it as a reference
to work mine and I will reinstall everything and try to work it this time..

On Mon, Jan 20, 2020, 19:57 Oscar Benjamin 
wrote:

> I'm afraid I can't tell you exactly what to do here. It depends where
> the files are on your computer. When I installed google-cloud-sdk I
> installed it to a local directory and I can run the files from there.
> I don't know where you have installed the files I'm afraid. It's also
> possible that the correct commands on Windows are different (I don't
> use Windows).
>
> Probably there is a tutorial somewhere that explains how to use
> google-cloud-sdk more generally. It might be worth going through
> something like that before trying to get sympy-live to work.
>
>
> On Mon, 20 Jan 2020 at 05:29, James .  wrote:
> >
> > if you dont mind can u pls tell me in specific
> > while running this command(../../google-cloud-sdk/bin/dev_appserver.py
> .)  its showing like this "'..' is not recognized as an internal or
> external command,
> > operable program or batch file.""
> > my cloud sdk in this path "C:\Users\James\AppData\Local\Google\Cloud SDK"
> > sympy live  repo at "C:\Users\James\AppData\Local\Google\Cloud
> SDK\sympy-live"
> > can u tell me at what path do i have to use this command
> ../../google-cloud-sdk/bin/dev_appserver.py .
> > im using windows 10.
> >
> > On Sun, Jan 19, 2020, 23:50 James .  wrote:
> >>
> >> what is the meaning of this
> >> "
> >>   # if you're adding the shell to your own app, change this regex url
> to the URL
> >> # endpoint where you want the shell to run, e.g. /shell . You'll also
> probably
> >> # want to add login: admin to restrict to admins only.
> >> - url: /.*
> >>   script: shell.application
> >>   secure: always
> >> "
> >>
> >> On Sun, Jan 19, 2020 at 6:38 PM Oscar Benjamin <
> oscar.j.benja...@gmail.com> wrote:
> >>>
> >>> If you install google cloud SDK and clone the sympy live repo you can
> >>> run it locally with:
> >>>
> >>> ../../google-cloud-sdk/bin/dev_appserver.py .
> >>>
> >>> (i.e. run this command in the root of the sympy-live repo and give the
> >>> path to the dev_appserver.py script)
> >>>
> >>> Then go to a browser and open localhost:8080
> >>>
> >>> That should work with the app.yml as it is in sympy-live master.
> >>> However that app.yaml will not work on google cloud. I have a PR that
> >>> reverses that situation:
> >>> https://github.com/sympy/sympy-live/pull/139
> >>> After merging that PR sympy live will not work locally but will work
> >>> when pushed to google.
> >>>
> >>>
> >>> On Sun, 19 Jan 2020 at 12:59, James . 
> wrote:
> >>> >
> >>> > Hi everyone,
> >>> > If anyone using sympy live shell on their local machine and on gae
> pls help me I have followed each and everystep on docs but I still couldn't
> figure out the problem .
> >>> > If anyone using shell succesfully pls send me their app.yaml file
> >>> > I have been trying on Google to solve this problem from 2 days but
> still couldn't solve .
> >>> >
> >>> > On Sat, Jan 18, 2020, 01:21 James . 
> wrote:
> >>> >>
> >>> >> working now above things, but at this link
> https://github.com/sympy/sympy-live   this command "
> ../google_appengine/dev_appserver.py"  giving error
> >>> >
> >>> > --
> >>> > You received this message because you are subscribed to the Google
> Groups "sympy" group.
> >>> > To unsubscribe from this group and stop receiving emails from it,
> send an email to sympy+unsubscr...@googlegroups.com.
> >>> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com
> .
> >>>
> >>> --
> >>> You received this message because you are subscribed to the Google
> Groups "sympy" group.
> >>> To unsubscribe from this group and stop receiving emails from it, send
> an email to sympy+unsubscr...@googlegroups.com.
> >>> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAHVvXxSRemob5KnZEvq39Luv9tQKtQRtR4qxA4opfuX0W9sKPA%40mail.gmail.com
> .
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sympy" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sympy+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAHvhkMQt4KLm2_atjMcGVBGuC-DqD_fF_ZAtBVRq7F8BFFo__A%40mail.gmail.com
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAHVvXxS%3D23puS1kroX5%2B-kXPjXKvhANJAGxDpPp-5rbST%2BuYYA%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving 

Re: [sympy] Re: SymPy Live

2020-01-20 Thread Oscar Benjamin
I'm afraid I can't tell you exactly what to do here. It depends where
the files are on your computer. When I installed google-cloud-sdk I
installed it to a local directory and I can run the files from there.
I don't know where you have installed the files I'm afraid. It's also
possible that the correct commands on Windows are different (I don't
use Windows).

Probably there is a tutorial somewhere that explains how to use
google-cloud-sdk more generally. It might be worth going through
something like that before trying to get sympy-live to work.


On Mon, 20 Jan 2020 at 05:29, James .  wrote:
>
> if you dont mind can u pls tell me in specific
> while running this command(../../google-cloud-sdk/bin/dev_appserver.py .)  
> its showing like this "'..' is not recognized as an internal or external 
> command,
> operable program or batch file.""
> my cloud sdk in this path "C:\Users\James\AppData\Local\Google\Cloud SDK"
> sympy live  repo at "C:\Users\James\AppData\Local\Google\Cloud SDK\sympy-live"
> can u tell me at what path do i have to use this command  
> ../../google-cloud-sdk/bin/dev_appserver.py .
> im using windows 10.
>
> On Sun, Jan 19, 2020, 23:50 James .  wrote:
>>
>> what is the meaning of this
>> "
>>   # if you're adding the shell to your own app, change this regex url to the 
>> URL
>> # endpoint where you want the shell to run, e.g. /shell . You'll also 
>> probably
>> # want to add login: admin to restrict to admins only.
>> - url: /.*
>>   script: shell.application
>>   secure: always
>> "
>>
>> On Sun, Jan 19, 2020 at 6:38 PM Oscar Benjamin  
>> wrote:
>>>
>>> If you install google cloud SDK and clone the sympy live repo you can
>>> run it locally with:
>>>
>>> ../../google-cloud-sdk/bin/dev_appserver.py .
>>>
>>> (i.e. run this command in the root of the sympy-live repo and give the
>>> path to the dev_appserver.py script)
>>>
>>> Then go to a browser and open localhost:8080
>>>
>>> That should work with the app.yml as it is in sympy-live master.
>>> However that app.yaml will not work on google cloud. I have a PR that
>>> reverses that situation:
>>> https://github.com/sympy/sympy-live/pull/139
>>> After merging that PR sympy live will not work locally but will work
>>> when pushed to google.
>>>
>>>
>>> On Sun, 19 Jan 2020 at 12:59, James .  wrote:
>>> >
>>> > Hi everyone,
>>> > If anyone using sympy live shell on their local machine and on gae pls 
>>> > help me I have followed each and everystep on docs but I still couldn't 
>>> > figure out the problem .
>>> > If anyone using shell succesfully pls send me their app.yaml file
>>> > I have been trying on Google to solve this problem from 2 days but still 
>>> > couldn't solve .
>>> >
>>> > On Sat, Jan 18, 2020, 01:21 James .  wrote:
>>> >>
>>> >> working now above things, but at this link  
>>> >> https://github.com/sympy/sympy-live   this command " 
>>> >> ../google_appengine/dev_appserver.py"  giving error
>>> >
>>> > --
>>> > You received this message because you are subscribed to the Google Groups 
>>> > "sympy" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send an 
>>> > email to sympy+unsubscr...@googlegroups.com.
>>> > To view this discussion on the web visit 
>>> > https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "sympy" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to sympy+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sympy/CAHVvXxSRemob5KnZEvq39Luv9tQKtQRtR4qxA4opfuX0W9sKPA%40mail.gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/CAHvhkMQt4KLm2_atjMcGVBGuC-DqD_fF_ZAtBVRq7F8BFFo__A%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHVvXxS%3D23puS1kroX5%2B-kXPjXKvhANJAGxDpPp-5rbST%2BuYYA%40mail.gmail.com.


Re: [sympy] Re: SymPy Live

2020-01-19 Thread James .
if you dont mind can u pls tell me in specific
while running this command(../../google-cloud-sdk/bin/dev_appserver.py .)
its showing like this "'..' is not recognized as an internal or external
command,
operable program or batch file.""
my cloud sdk in this path "C:\Users\James\AppData\Local\Google\Cloud SDK"
sympy live  repo at "C:\Users\James\AppData\Local\Google\Cloud
SDK\sympy-live"
can u tell me at what path do i have to use this command
../../google-cloud-sdk/bin/dev_appserver.py .
im using windows 10.

On Sun, Jan 19, 2020, 23:50 James .  wrote:

> what is the meaning of this
> "
>   # if you're adding the shell to your own app, change this regex url to
> the URL
> # endpoint where you want the shell to run, e.g. /shell . You'll also
> probably
> # want to add login: admin to restrict to admins only.
> - url: /.*
>   script: shell.application
>   secure: always
> "
>
> On Sun, Jan 19, 2020 at 6:38 PM Oscar Benjamin 
> wrote:
>
>> If you install google cloud SDK and clone the sympy live repo you can
>> run it locally with:
>>
>> ../../google-cloud-sdk/bin/dev_appserver.py .
>>
>> (i.e. run this command in the root of the sympy-live repo and give the
>> path to the dev_appserver.py script)
>>
>> Then go to a browser and open localhost:8080
>>
>> That should work with the app.yml as it is in sympy-live master.
>> However that app.yaml will not work on google cloud. I have a PR that
>> reverses that situation:
>> https://github.com/sympy/sympy-live/pull/139
>> After merging that PR sympy live will not work locally but will work
>> when pushed to google.
>>
>>
>> On Sun, 19 Jan 2020 at 12:59, James .  wrote:
>> >
>> > Hi everyone,
>> > If anyone using sympy live shell on their local machine and on gae pls
>> help me I have followed each and everystep on docs but I still couldn't
>> figure out the problem .
>> > If anyone using shell succesfully pls send me their app.yaml file
>> > I have been trying on Google to solve this problem from 2 days but
>> still couldn't solve .
>> >
>> > On Sat, Jan 18, 2020, 01:21 James .  wrote:
>> >>
>> >> working now above things, but at this link
>> https://github.com/sympy/sympy-live   this command "
>> ../google_appengine/dev_appserver.py"  giving error
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "sympy" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an email to sympy+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com
>> .
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sympy" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to sympy+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sympy/CAHVvXxSRemob5KnZEvq39Luv9tQKtQRtR4qxA4opfuX0W9sKPA%40mail.gmail.com
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHvhkMQt4KLm2_atjMcGVBGuC-DqD_fF_ZAtBVRq7F8BFFo__A%40mail.gmail.com.


Re: [sympy] Re: SymPy Live

2020-01-19 Thread James .
what is the meaning of this
"
  # if you're adding the shell to your own app, change this regex url to
the URL
# endpoint where you want the shell to run, e.g. /shell . You'll also
probably
# want to add login: admin to restrict to admins only.
- url: /.*
  script: shell.application
  secure: always
"

On Sun, Jan 19, 2020 at 6:38 PM Oscar Benjamin 
wrote:

> If you install google cloud SDK and clone the sympy live repo you can
> run it locally with:
>
> ../../google-cloud-sdk/bin/dev_appserver.py .
>
> (i.e. run this command in the root of the sympy-live repo and give the
> path to the dev_appserver.py script)
>
> Then go to a browser and open localhost:8080
>
> That should work with the app.yml as it is in sympy-live master.
> However that app.yaml will not work on google cloud. I have a PR that
> reverses that situation:
> https://github.com/sympy/sympy-live/pull/139
> After merging that PR sympy live will not work locally but will work
> when pushed to google.
>
>
> On Sun, 19 Jan 2020 at 12:59, James .  wrote:
> >
> > Hi everyone,
> > If anyone using sympy live shell on their local machine and on gae pls
> help me I have followed each and everystep on docs but I still couldn't
> figure out the problem .
> > If anyone using shell succesfully pls send me their app.yaml file
> > I have been trying on Google to solve this problem from 2 days but still
> couldn't solve .
> >
> > On Sat, Jan 18, 2020, 01:21 James .  wrote:
> >>
> >> working now above things, but at this link
> https://github.com/sympy/sympy-live   this command "
> ../google_appengine/dev_appserver.py"  giving error
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sympy" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sympy+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAHVvXxSRemob5KnZEvq39Luv9tQKtQRtR4qxA4opfuX0W9sKPA%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHvhkMRWJkF%2BOMN2RFHhBYu%2BZwnjEKH1mEr-0O6OGHHMB7y06Q%40mail.gmail.com.


Re: [sympy] Re: SymPy Live

2020-01-19 Thread Oscar Benjamin
If you install google cloud SDK and clone the sympy live repo you can
run it locally with:

../../google-cloud-sdk/bin/dev_appserver.py .

(i.e. run this command in the root of the sympy-live repo and give the
path to the dev_appserver.py script)

Then go to a browser and open localhost:8080

That should work with the app.yml as it is in sympy-live master.
However that app.yaml will not work on google cloud. I have a PR that
reverses that situation:
https://github.com/sympy/sympy-live/pull/139
After merging that PR sympy live will not work locally but will work
when pushed to google.


On Sun, 19 Jan 2020 at 12:59, James .  wrote:
>
> Hi everyone,
> If anyone using sympy live shell on their local machine and on gae pls help 
> me I have followed each and everystep on docs but I still couldn't figure out 
> the problem .
> If anyone using shell succesfully pls send me their app.yaml file
> I have been trying on Google to solve this problem from 2 days but still 
> couldn't solve .
>
> On Sat, Jan 18, 2020, 01:21 James .  wrote:
>>
>> working now above things, but at this link  
>> https://github.com/sympy/sympy-live   this command " 
>> ../google_appengine/dev_appserver.py"  giving error
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHVvXxSRemob5KnZEvq39Luv9tQKtQRtR4qxA4opfuX0W9sKPA%40mail.gmail.com.


Re: [sympy] Re: SymPy Live

2020-01-19 Thread James .
Hi everyone,
If anyone using sympy live shell on their local machine and on gae pls help
me I have followed each and everystep on docs but I still couldn't figure
out the problem .
If anyone using shell succesfully pls send me their app.yaml file
I have been trying on Google to solve this problem from 2 days but still
couldn't solve .

On Sat, Jan 18, 2020, 01:21 James .  wrote:

> working now above things, but at this link
> https://github.com/sympy/sympy-live   this command " 
> ../google_appengine/dev_appserver.py"
> giving error
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com.


Re: [sympy] Re: SymPy Live not working properly

2020-01-17 Thread James .
working now above things, but at this link
https://github.com/sympy/sympy-live   this command "
../google_appengine/dev_appserver.py"
giving error

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHvhkMSNeS-fDDB%3DYLd_Jpvkyw18dLjeWy5N_HHuzTMG%2BmRSBA%40mail.gmail.com.


Re: [sympy] Re: SymPy Live not working properly

2020-01-17 Thread James .
where is this "

dev_appserver.py
"

i cant find it anywhere



On Fri, Jan 17, 2020 at 11:08 PM James .  wrote:

> just now added ssh key,still same error coming..
>
>
> On Fri, Jan 17, 2020 at 10:38 PM Aaron Meurer  wrote:
>
>> I think you will need to add your ssh key to GitHub. We should be
>> using the https URL here
>> https://github.com/sympy/sympy-live/blob/master/.gitmodules.
>>
>> Aaron Meurer
>>
>> On Fri, Jan 17, 2020 at 6:41 AM James . 
>> wrote:
>> >
>> > https://github.com/sympy/sympy-live/blob/master/README.rst
>> > from this i have followed every step,but im not able to see the gui of
>> sympy live shell in my local server,i think its because of this command "$
>> git submodule update"-->its not working,its showing some error.
>> > 
>> > git submodule update
>> > Cloning into 'C:/Users/James/AppData/Local/Google/Cloud
>> SDK/sympy-live/static'...
>> > Host key verification failed.
>> > fatal: Could not read from remote repository.
>> >
>> > Please make sure you have the correct access rights
>> > and the repository exists.
>> > fatal: clone of 'g...@github.com:sympy/sympy-web-static.git' into
>> submodule path 'C:/Users/James/AppData/Local/Google/Cloud
>> SDK/sympy-live/static' failed
>> > Failed to clone 'static'. Retry scheduled
>> > Cloning into 'C:/Users/James/AppData/Local/Google/Cloud
>> SDK/sympy-live/static'...
>> > Host key verification failed.
>> > fatal: Could not read from remote repository.
>> >
>> > Please make sure you have the correct access rights
>> > and the repository exists.
>> > fatal: clone of 'g...@github.com:sympy/sympy-web-static.git' into
>> submodule path 'C:/Users/James/AppData/Local/Google/Cloud
>> SDK/sympy-live/static' failed
>> > Failed to clone 'static' a second time, aborting
>> >
>> > """
>> >
>> > if anyone testing sympy live shell on their local server please tell me
>> how you did it..
>> >
>> > Regards,
>> > James
>> >
>> >
>> > On Fri, Jan 17, 2020 at 1:14 AM Aaron Meurer 
>> wrote:
>> >>
>> >> I'm not really sure how to create a graph of the number of concurrent
>> >> users on the App Engine Dashboard. If anyone knows how to do it, let
>> >> me know.
>> >>
>> >> Aaron Meurer
>> >>
>> >> On Thu, Jan 16, 2020 at 12:23 PM Mridul Seth 
>> wrote:
>> >> >
>> >> > As Aaron suggested, wouldn't it be much better to use something like
>> mybinder in the background or https://ines.github.io/juniper/ ?
>> >> > Why reinvent the wheel?
>> >> >
>> >> > The autoscaling thing of App engine translates easily to mybinder
>> too as every user will have their own instance(docker container) of
>> mybinder running in the background,
>> >> > unless sympy expects more than 100 concurrent users it should be
>> okay.
>> >> >
>> >> > On Wednesday, 15 January 2020 22:54:38 UTC+5:30, James . wrote:
>> >> >>
>> >> >> Django is the best option for sympy live, i have already planned on
>> telling this because Django is more faster than the current framework and
>> most of the big companies are also  using Django only.
>> >> >>
>> >> >> On Wed, Jan 15, 2020, 22:34 Gagandeep Singh (B17CS021) <
>> sin...@iitj.ac.in> wrote:
>> >> >>>
>> >> >>> IMHO, it would be great to have the sessions of a particular user
>> saved. I observed that there is a `Log In` link that let's someone create a
>> session but it isn't worked upon further. Probably, using django for
>> redesigning sympy-live would be great as it will be easy to maintain. We
>> can start from unoptimized version of the website. Though I am not aware
>> whether Google App Engine supports django.
>> >> >>> Let me know what you think.
>> >> >>>
>> >> >>> On Wed, Jan 15, 2020 at 12:12 AM Aaron Meurer 
>> wrote:
>> >> 
>> >>  Well none of us are backend developers, or else we probably would
>> have
>> >>  done something like this already. So you would need to have some
>> >>  decent backend experience, and would need to come up with a plan
>> on
>> >>  what to actually do.
>> >> 
>> >>  I would prefer to build as little as possible for ourselves, so
>> that
>> >>  we don't have to maintain much. So I would look into other
>> projects
>> >>  such as Binder, and look at what other projects are building in
>> this
>> >>  area. If we can build something that is usable by others, or
>> better,
>> >>  reuse something that is already built, that would be ideal.
>> >> 
>> >>  The biggest technical issue with the App Engine is that it isn't
>> >>  really designed to do what are do with it. Each App Engine
>> execution
>> >>  can run for at most 60 seconds. We "fake" a continual session with
>> >>  this by doing some tricks like pickling the session. This leads
>> to all
>> >>  kinds of bugs, such as the one listed here. I don't actually know
>> what
>> >>  causes the bug listed here, but I can make a pretty strong guess
>> that
>> >>  it has to do with this. Actually most of these issues have to do
>> with
>> >>  pickling itself being broken in a lot of 

Re: [sympy] Re: SymPy Live not working properly

2020-01-17 Thread James .
just now added ssh key,still same error coming..


On Fri, Jan 17, 2020 at 10:38 PM Aaron Meurer  wrote:

> I think you will need to add your ssh key to GitHub. We should be
> using the https URL here
> https://github.com/sympy/sympy-live/blob/master/.gitmodules.
>
> Aaron Meurer
>
> On Fri, Jan 17, 2020 at 6:41 AM James .  wrote:
> >
> > https://github.com/sympy/sympy-live/blob/master/README.rst
> > from this i have followed every step,but im not able to see the gui of
> sympy live shell in my local server,i think its because of this command "$
> git submodule update"-->its not working,its showing some error.
> > 
> > git submodule update
> > Cloning into 'C:/Users/James/AppData/Local/Google/Cloud
> SDK/sympy-live/static'...
> > Host key verification failed.
> > fatal: Could not read from remote repository.
> >
> > Please make sure you have the correct access rights
> > and the repository exists.
> > fatal: clone of 'g...@github.com:sympy/sympy-web-static.git' into
> submodule path 'C:/Users/James/AppData/Local/Google/Cloud
> SDK/sympy-live/static' failed
> > Failed to clone 'static'. Retry scheduled
> > Cloning into 'C:/Users/James/AppData/Local/Google/Cloud
> SDK/sympy-live/static'...
> > Host key verification failed.
> > fatal: Could not read from remote repository.
> >
> > Please make sure you have the correct access rights
> > and the repository exists.
> > fatal: clone of 'g...@github.com:sympy/sympy-web-static.git' into
> submodule path 'C:/Users/James/AppData/Local/Google/Cloud
> SDK/sympy-live/static' failed
> > Failed to clone 'static' a second time, aborting
> >
> > """
> >
> > if anyone testing sympy live shell on their local server please tell me
> how you did it..
> >
> > Regards,
> > James
> >
> >
> > On Fri, Jan 17, 2020 at 1:14 AM Aaron Meurer  wrote:
> >>
> >> I'm not really sure how to create a graph of the number of concurrent
> >> users on the App Engine Dashboard. If anyone knows how to do it, let
> >> me know.
> >>
> >> Aaron Meurer
> >>
> >> On Thu, Jan 16, 2020 at 12:23 PM Mridul Seth 
> wrote:
> >> >
> >> > As Aaron suggested, wouldn't it be much better to use something like
> mybinder in the background or https://ines.github.io/juniper/ ?
> >> > Why reinvent the wheel?
> >> >
> >> > The autoscaling thing of App engine translates easily to mybinder too
> as every user will have their own instance(docker container) of mybinder
> running in the background,
> >> > unless sympy expects more than 100 concurrent users it should be okay.
> >> >
> >> > On Wednesday, 15 January 2020 22:54:38 UTC+5:30, James . wrote:
> >> >>
> >> >> Django is the best option for sympy live, i have already planned on
> telling this because Django is more faster than the current framework and
> most of the big companies are also  using Django only.
> >> >>
> >> >> On Wed, Jan 15, 2020, 22:34 Gagandeep Singh (B17CS021) <
> sin...@iitj.ac.in> wrote:
> >> >>>
> >> >>> IMHO, it would be great to have the sessions of a particular user
> saved. I observed that there is a `Log In` link that let's someone create a
> session but it isn't worked upon further. Probably, using django for
> redesigning sympy-live would be great as it will be easy to maintain. We
> can start from unoptimized version of the website. Though I am not aware
> whether Google App Engine supports django.
> >> >>> Let me know what you think.
> >> >>>
> >> >>> On Wed, Jan 15, 2020 at 12:12 AM Aaron Meurer 
> wrote:
> >> 
> >>  Well none of us are backend developers, or else we probably would
> have
> >>  done something like this already. So you would need to have some
> >>  decent backend experience, and would need to come up with a plan on
> >>  what to actually do.
> >> 
> >>  I would prefer to build as little as possible for ourselves, so
> that
> >>  we don't have to maintain much. So I would look into other projects
> >>  such as Binder, and look at what other projects are building in
> this
> >>  area. If we can build something that is usable by others, or
> better,
> >>  reuse something that is already built, that would be ideal.
> >> 
> >>  The biggest technical issue with the App Engine is that it isn't
> >>  really designed to do what are do with it. Each App Engine
> execution
> >>  can run for at most 60 seconds. We "fake" a continual session with
> >>  this by doing some tricks like pickling the session. This leads to
> all
> >>  kinds of bugs, such as the one listed here. I don't actually know
> what
> >>  causes the bug listed here, but I can make a pretty strong guess
> that
> >>  it has to do with this. Actually most of these issues have to do
> with
> >>  pickling itself being broken in a lot of SymPy, but even so, it
> would
> >>  be better if we had a real persistent session, similar to how
> >>  something like Binder works
> >> 
> >>  At a higher level, I don't like that we have a lot of cloud
> specific
> >>  code that we 

Re: [sympy] Re: SymPy Live not working properly

2020-01-17 Thread Aaron Meurer
I think you will need to add your ssh key to GitHub. We should be
using the https URL here
https://github.com/sympy/sympy-live/blob/master/.gitmodules.

Aaron Meurer

On Fri, Jan 17, 2020 at 6:41 AM James .  wrote:
>
> https://github.com/sympy/sympy-live/blob/master/README.rst
> from this i have followed every step,but im not able to see the gui of sympy 
> live shell in my local server,i think its because of this command "$ git 
> submodule update"-->its not working,its showing some error.
> 
> git submodule update
> Cloning into 'C:/Users/James/AppData/Local/Google/Cloud 
> SDK/sympy-live/static'...
> Host key verification failed.
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> fatal: clone of 'g...@github.com:sympy/sympy-web-static.git' into submodule 
> path 'C:/Users/James/AppData/Local/Google/Cloud SDK/sympy-live/static' failed
> Failed to clone 'static'. Retry scheduled
> Cloning into 'C:/Users/James/AppData/Local/Google/Cloud 
> SDK/sympy-live/static'...
> Host key verification failed.
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> fatal: clone of 'g...@github.com:sympy/sympy-web-static.git' into submodule 
> path 'C:/Users/James/AppData/Local/Google/Cloud SDK/sympy-live/static' failed
> Failed to clone 'static' a second time, aborting
>
> """
>
> if anyone testing sympy live shell on their local server please tell me how 
> you did it..
>
> Regards,
> James
>
>
> On Fri, Jan 17, 2020 at 1:14 AM Aaron Meurer  wrote:
>>
>> I'm not really sure how to create a graph of the number of concurrent
>> users on the App Engine Dashboard. If anyone knows how to do it, let
>> me know.
>>
>> Aaron Meurer
>>
>> On Thu, Jan 16, 2020 at 12:23 PM Mridul Seth  wrote:
>> >
>> > As Aaron suggested, wouldn't it be much better to use something like 
>> > mybinder in the background or https://ines.github.io/juniper/ ?
>> > Why reinvent the wheel?
>> >
>> > The autoscaling thing of App engine translates easily to mybinder too as 
>> > every user will have their own instance(docker container) of mybinder 
>> > running in the background,
>> > unless sympy expects more than 100 concurrent users it should be okay.
>> >
>> > On Wednesday, 15 January 2020 22:54:38 UTC+5:30, James . wrote:
>> >>
>> >> Django is the best option for sympy live, i have already planned on 
>> >> telling this because Django is more faster than the current framework and 
>> >> most of the big companies are also  using Django only.
>> >>
>> >> On Wed, Jan 15, 2020, 22:34 Gagandeep Singh (B17CS021) 
>> >>  wrote:
>> >>>
>> >>> IMHO, it would be great to have the sessions of a particular user saved. 
>> >>> I observed that there is a `Log In` link that let's someone create a 
>> >>> session but it isn't worked upon further. Probably, using django for 
>> >>> redesigning sympy-live would be great as it will be easy to maintain. We 
>> >>> can start from unoptimized version of the website. Though I am not aware 
>> >>> whether Google App Engine supports django.
>> >>> Let me know what you think.
>> >>>
>> >>> On Wed, Jan 15, 2020 at 12:12 AM Aaron Meurer  wrote:
>> 
>>  Well none of us are backend developers, or else we probably would have
>>  done something like this already. So you would need to have some
>>  decent backend experience, and would need to come up with a plan on
>>  what to actually do.
>> 
>>  I would prefer to build as little as possible for ourselves, so that
>>  we don't have to maintain much. So I would look into other projects
>>  such as Binder, and look at what other projects are building in this
>>  area. If we can build something that is usable by others, or better,
>>  reuse something that is already built, that would be ideal.
>> 
>>  The biggest technical issue with the App Engine is that it isn't
>>  really designed to do what are do with it. Each App Engine execution
>>  can run for at most 60 seconds. We "fake" a continual session with
>>  this by doing some tricks like pickling the session. This leads to all
>>  kinds of bugs, such as the one listed here. I don't actually know what
>>  causes the bug listed here, but I can make a pretty strong guess that
>>  it has to do with this. Actually most of these issues have to do with
>>  pickling itself being broken in a lot of SymPy, but even so, it would
>>  be better if we had a real persistent session, similar to how
>>  something like Binder works
>> 
>>  At a higher level, I don't like that we have a lot of cloud specific
>>  code that we have to maintain ourselves, because really nobody does
>>  maintain it, as you can see from the commit history of the SymPy Live
>>  repo.
>> 
>>  The advantage of the App Engine is that it does autoscaling and
>>  automatic sandboxing.
>> 

Re: [sympy] Re: SymPy Live not working properly

2020-01-17 Thread James .
https://github.com/sympy/sympy-live/blob/master/README.rst
from this i have followed every step,but im not able to see the gui of
sympy live shell in my local server,i think its because of this command "$
git submodule update"-->its not working,its showing some error.

git submodule update
Cloning into 'C:/Users/James/AppData/Local/Google/Cloud
SDK/sympy-live/static'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'g...@github.com:sympy/sympy-web-static.git' into submodule
path 'C:/Users/James/AppData/Local/Google/Cloud SDK/sympy-live/static'
failed
Failed to clone 'static'. Retry scheduled
Cloning into 'C:/Users/James/AppData/Local/Google/Cloud
SDK/sympy-live/static'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'g...@github.com:sympy/sympy-web-static.git' into submodule
path 'C:/Users/James/AppData/Local/Google/Cloud SDK/sympy-live/static'
failed
Failed to clone 'static' a second time, aborting

"""

if anyone testing sympy live shell on their local server please tell me how
you did it..

Regards,
James


On Fri, Jan 17, 2020 at 1:14 AM Aaron Meurer  wrote:

> I'm not really sure how to create a graph of the number of concurrent
> users on the App Engine Dashboard. If anyone knows how to do it, let
> me know.
>
> Aaron Meurer
>
> On Thu, Jan 16, 2020 at 12:23 PM Mridul Seth 
> wrote:
> >
> > As Aaron suggested, wouldn't it be much better to use something like
> mybinder in the background or https://ines.github.io/juniper/ ?
> > Why reinvent the wheel?
> >
> > The autoscaling thing of App engine translates easily to mybinder too as
> every user will have their own instance(docker container) of mybinder
> running in the background,
> > unless sympy expects more than 100 concurrent users it should be okay.
> >
> > On Wednesday, 15 January 2020 22:54:38 UTC+5:30, James . wrote:
> >>
> >> Django is the best option for sympy live, i have already planned on
> telling this because Django is more faster than the current framework and
> most of the big companies are also  using Django only.
> >>
> >> On Wed, Jan 15, 2020, 22:34 Gagandeep Singh (B17CS021) <
> sin...@iitj.ac.in> wrote:
> >>>
> >>> IMHO, it would be great to have the sessions of a particular user
> saved. I observed that there is a `Log In` link that let's someone create a
> session but it isn't worked upon further. Probably, using django for
> redesigning sympy-live would be great as it will be easy to maintain. We
> can start from unoptimized version of the website. Though I am not aware
> whether Google App Engine supports django.
> >>> Let me know what you think.
> >>>
> >>> On Wed, Jan 15, 2020 at 12:12 AM Aaron Meurer 
> wrote:
> 
>  Well none of us are backend developers, or else we probably would have
>  done something like this already. So you would need to have some
>  decent backend experience, and would need to come up with a plan on
>  what to actually do.
> 
>  I would prefer to build as little as possible for ourselves, so that
>  we don't have to maintain much. So I would look into other projects
>  such as Binder, and look at what other projects are building in this
>  area. If we can build something that is usable by others, or better,
>  reuse something that is already built, that would be ideal.
> 
>  The biggest technical issue with the App Engine is that it isn't
>  really designed to do what are do with it. Each App Engine execution
>  can run for at most 60 seconds. We "fake" a continual session with
>  this by doing some tricks like pickling the session. This leads to all
>  kinds of bugs, such as the one listed here. I don't actually know what
>  causes the bug listed here, but I can make a pretty strong guess that
>  it has to do with this. Actually most of these issues have to do with
>  pickling itself being broken in a lot of SymPy, but even so, it would
>  be better if we had a real persistent session, similar to how
>  something like Binder works
> 
>  At a higher level, I don't like that we have a lot of cloud specific
>  code that we have to maintain ourselves, because really nobody does
>  maintain it, as you can see from the commit history of the SymPy Live
>  repo.
> 
>  The advantage of the App Engine is that it does autoscaling and
>  automatic sandboxing.
> 
>  Aaron Meurer
> 
>  On Tue, Jan 14, 2020 at 11:32 AM James . 
> wrote:
>  >
>  > Hi,My name is James, i am a 3rd year undergraduate student from
> India. I am using python from 3 years, from a couple of months ago I
> started using sympy and I am very much interested in refactoring sympy
> live.can someone help me what are the prerequisites I need to do 

Re: [sympy] Re: SymPy Live not working properly

2020-01-16 Thread Aaron Meurer
I'm not really sure how to create a graph of the number of concurrent
users on the App Engine Dashboard. If anyone knows how to do it, let
me know.

Aaron Meurer

On Thu, Jan 16, 2020 at 12:23 PM Mridul Seth  wrote:
>
> As Aaron suggested, wouldn't it be much better to use something like mybinder 
> in the background or https://ines.github.io/juniper/ ?
> Why reinvent the wheel?
>
> The autoscaling thing of App engine translates easily to mybinder too as 
> every user will have their own instance(docker container) of mybinder running 
> in the background,
> unless sympy expects more than 100 concurrent users it should be okay.
>
> On Wednesday, 15 January 2020 22:54:38 UTC+5:30, James . wrote:
>>
>> Django is the best option for sympy live, i have already planned on telling 
>> this because Django is more faster than the current framework and most of 
>> the big companies are also  using Django only.
>>
>> On Wed, Jan 15, 2020, 22:34 Gagandeep Singh (B17CS021)  
>> wrote:
>>>
>>> IMHO, it would be great to have the sessions of a particular user saved. I 
>>> observed that there is a `Log In` link that let's someone create a session 
>>> but it isn't worked upon further. Probably, using django for redesigning 
>>> sympy-live would be great as it will be easy to maintain. We can start from 
>>> unoptimized version of the website. Though I am not aware whether Google 
>>> App Engine supports django.
>>> Let me know what you think.
>>>
>>> On Wed, Jan 15, 2020 at 12:12 AM Aaron Meurer  wrote:

 Well none of us are backend developers, or else we probably would have
 done something like this already. So you would need to have some
 decent backend experience, and would need to come up with a plan on
 what to actually do.

 I would prefer to build as little as possible for ourselves, so that
 we don't have to maintain much. So I would look into other projects
 such as Binder, and look at what other projects are building in this
 area. If we can build something that is usable by others, or better,
 reuse something that is already built, that would be ideal.

 The biggest technical issue with the App Engine is that it isn't
 really designed to do what are do with it. Each App Engine execution
 can run for at most 60 seconds. We "fake" a continual session with
 this by doing some tricks like pickling the session. This leads to all
 kinds of bugs, such as the one listed here. I don't actually know what
 causes the bug listed here, but I can make a pretty strong guess that
 it has to do with this. Actually most of these issues have to do with
 pickling itself being broken in a lot of SymPy, but even so, it would
 be better if we had a real persistent session, similar to how
 something like Binder works

 At a higher level, I don't like that we have a lot of cloud specific
 code that we have to maintain ourselves, because really nobody does
 maintain it, as you can see from the commit history of the SymPy Live
 repo.

 The advantage of the App Engine is that it does autoscaling and
 automatic sandboxing.

 Aaron Meurer

 On Tue, Jan 14, 2020 at 11:32 AM James .  wrote:
 >
 > Hi,My name is James, i am a 3rd year undergraduate student from India. I 
 > am using python from 3 years, from a couple of months ago I started 
 > using sympy and I am very much interested in refactoring sympy live.can 
 > someone help me what are the prerequisites I need to do this?
 >
 > On Tue, Jan 14, 2020, 22:46 Aaron Meurer  wrote:
 >>
 >> Open an issue in the Live repo about this.
 >>
 >> SymPy Live will need some serious refactoring in the near future
 >> anyway in order to keep it up-to-date, since the current setup doesn't
 >> support Python 3. I'm still hopefully that we can replace the backend
 >> completely (this would be a good GSoC project for anyone interested).
 >>
 >> Aaron Meurer
 >>
 >> On Tue, Jan 14, 2020 at 8:45 AM Chris Smith  wrote:
 >> >
 >> > I have found that if you use "_" to refer to the last output it 
 >> > causes this problem. Fix: reload and remember not to do that.
 >> >
 >> > On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh 
 >> > (B17CS021) wrote:
 >> >>
 >> >> Hi,
 >> >>
 >> >> I am facing some problems on SymPy Live. I tried executing the 
 >> >> example session on live.sympy.org and the following error was thrown,
 >> >>
 >> >> ```
 >> >> >>> expr = (x + y)**5
 >> >> Traceback (most recent call last): File "", line 1, in 
 >> >>  File 
 >> >> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
 >> >>  line 91, in __sympifyit_wrapper return func(a, b) File 
 >> >> 

Re: [sympy] Re: SymPy Live not working properly

2020-01-16 Thread Mridul Seth
As Aaron suggested, wouldn't it be much better to use something like 
mybinder in the background or https://ines.github.io/juniper/ ?
Why reinvent the wheel?

The autoscaling thing of App engine translates easily to mybinder too as 
every user will have their own instance(docker container) of mybinder 
running in the background,
unless sympy expects more than 100 concurrent users it should be okay.

On Wednesday, 15 January 2020 22:54:38 UTC+5:30, James . wrote:
>
> Django is the best option for sympy live, i have already planned on 
> telling this because Django is more faster than the current framework and 
> most of the big companies are also  using Django only.
>
> On Wed, Jan 15, 2020, 22:34 Gagandeep Singh (B17CS021)  > wrote:
>
>> IMHO, it would be great to have the sessions of a particular user saved. 
>> I observed that there is a `Log In` link that let's someone create a 
>> session but it isn't worked upon further. Probably, using django for 
>> redesigning sympy-live would be great as it will be easy to maintain. We 
>> can start from unoptimized version of the website. Though I am not aware 
>> whether Google App Engine supports django. 
>> Let me know what you think. 
>>
>> On Wed, Jan 15, 2020 at 12:12 AM Aaron Meurer > > wrote:
>>
>>> Well none of us are backend developers, or else we probably would have
>>> done something like this already. So you would need to have some
>>> decent backend experience, and would need to come up with a plan on
>>> what to actually do.
>>>
>>> I would prefer to build as little as possible for ourselves, so that
>>> we don't have to maintain much. So I would look into other projects
>>> such as Binder, and look at what other projects are building in this
>>> area. If we can build something that is usable by others, or better,
>>> reuse something that is already built, that would be ideal.
>>>
>>> The biggest technical issue with the App Engine is that it isn't
>>> really designed to do what are do with it. Each App Engine execution
>>> can run for at most 60 seconds. We "fake" a continual session with
>>> this by doing some tricks like pickling the session. This leads to all
>>> kinds of bugs, such as the one listed here. I don't actually know what
>>> causes the bug listed here, but I can make a pretty strong guess that
>>> it has to do with this. Actually most of these issues have to do with
>>> pickling itself being broken in a lot of SymPy, but even so, it would
>>> be better if we had a real persistent session, similar to how
>>> something like Binder works
>>>
>>> At a higher level, I don't like that we have a lot of cloud specific
>>> code that we have to maintain ourselves, because really nobody does
>>> maintain it, as you can see from the commit history of the SymPy Live
>>> repo.
>>>
>>> The advantage of the App Engine is that it does autoscaling and
>>> automatic sandboxing.
>>>
>>> Aaron Meurer
>>>
>>> On Tue, Jan 14, 2020 at 11:32 AM James . >> > wrote:
>>> >
>>> > Hi,My name is James, i am a 3rd year undergraduate student from India. 
>>> I am using python from 3 years, from a couple of months ago I started using 
>>> sympy and I am very much interested in refactoring sympy live.can someone 
>>> help me what are the prerequisites I need to do this?
>>> >
>>> > On Tue, Jan 14, 2020, 22:46 Aaron Meurer >> > wrote:
>>> >>
>>> >> Open an issue in the Live repo about this.
>>> >>
>>> >> SymPy Live will need some serious refactoring in the near future
>>> >> anyway in order to keep it up-to-date, since the current setup doesn't
>>> >> support Python 3. I'm still hopefully that we can replace the backend
>>> >> completely (this would be a good GSoC project for anyone interested).
>>> >>
>>> >> Aaron Meurer
>>> >>
>>> >> On Tue, Jan 14, 2020 at 8:45 AM Chris Smith >> > wrote:
>>> >> >
>>> >> > I have found that if you use "_" to refer to the last output it 
>>> causes this problem. Fix: reload and remember not to do that.
>>> >> >
>>> >> > On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh 
>>> (B17CS021) wrote:
>>> >> >>
>>> >> >> Hi,
>>> >> >>
>>> >> >> I am facing some problems on SymPy Live. I tried executing the 
>>> example session on live.sympy.org and the following error was thrown,
>>> >> >>
>>> >> >> ```
>>> >> >> >>> expr = (x + y)**5
>>> >> >> Traceback (most recent call last): File "", line 1, in 
>>>  File 
>>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>>>  
>>> line 91, in __sympifyit_wrapper return func(a, b) File 
>>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>>>  
>>> line 129, in binary_op_wrapper return func(self, other) File 
>>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/expr.py",
>>>  
>>> line 176, in __add__ return Add(self, other) File 
>>> 

Re: [sympy] Re: SymPy Live not working properly

2020-01-15 Thread James .
Django is the best option for sympy live, i have already planned on telling
this because Django is more faster than the current framework and most of
the big companies are also  using Django only.

On Wed, Jan 15, 2020, 22:34 Gagandeep Singh (B17CS021) 
wrote:

> IMHO, it would be great to have the sessions of a particular user saved. I
> observed that there is a `Log In` link that let's someone create a session
> but it isn't worked upon further. Probably, using django for
> redesigning sympy-live would be great as it will be easy to maintain. We
> can start from unoptimized version of the website. Though I am not aware
> whether Google App Engine supports django.
> Let me know what you think.
>
> On Wed, Jan 15, 2020 at 12:12 AM Aaron Meurer  wrote:
>
>> Well none of us are backend developers, or else we probably would have
>> done something like this already. So you would need to have some
>> decent backend experience, and would need to come up with a plan on
>> what to actually do.
>>
>> I would prefer to build as little as possible for ourselves, so that
>> we don't have to maintain much. So I would look into other projects
>> such as Binder, and look at what other projects are building in this
>> area. If we can build something that is usable by others, or better,
>> reuse something that is already built, that would be ideal.
>>
>> The biggest technical issue with the App Engine is that it isn't
>> really designed to do what are do with it. Each App Engine execution
>> can run for at most 60 seconds. We "fake" a continual session with
>> this by doing some tricks like pickling the session. This leads to all
>> kinds of bugs, such as the one listed here. I don't actually know what
>> causes the bug listed here, but I can make a pretty strong guess that
>> it has to do with this. Actually most of these issues have to do with
>> pickling itself being broken in a lot of SymPy, but even so, it would
>> be better if we had a real persistent session, similar to how
>> something like Binder works
>>
>> At a higher level, I don't like that we have a lot of cloud specific
>> code that we have to maintain ourselves, because really nobody does
>> maintain it, as you can see from the commit history of the SymPy Live
>> repo.
>>
>> The advantage of the App Engine is that it does autoscaling and
>> automatic sandboxing.
>>
>> Aaron Meurer
>>
>> On Tue, Jan 14, 2020 at 11:32 AM James . 
>> wrote:
>> >
>> > Hi,My name is James, i am a 3rd year undergraduate student from India.
>> I am using python from 3 years, from a couple of months ago I started using
>> sympy and I am very much interested in refactoring sympy live.can someone
>> help me what are the prerequisites I need to do this?
>> >
>> > On Tue, Jan 14, 2020, 22:46 Aaron Meurer  wrote:
>> >>
>> >> Open an issue in the Live repo about this.
>> >>
>> >> SymPy Live will need some serious refactoring in the near future
>> >> anyway in order to keep it up-to-date, since the current setup doesn't
>> >> support Python 3. I'm still hopefully that we can replace the backend
>> >> completely (this would be a good GSoC project for anyone interested).
>> >>
>> >> Aaron Meurer
>> >>
>> >> On Tue, Jan 14, 2020 at 8:45 AM Chris Smith  wrote:
>> >> >
>> >> > I have found that if you use "_" to refer to the last output it
>> causes this problem. Fix: reload and remember not to do that.
>> >> >
>> >> > On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh
>> (B17CS021) wrote:
>> >> >>
>> >> >> Hi,
>> >> >>
>> >> >> I am facing some problems on SymPy Live. I tried executing the
>> example session on live.sympy.org and the following error was thrown,
>> >> >>
>> >> >> ```
>> >> >> >>> expr = (x + y)**5
>> >> >> Traceback (most recent call last): File "", line 1, in
>>  File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>> line 91, in __sympifyit_wrapper return func(a, b) File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>> line 129, in binary_op_wrapper return func(self, other) File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/expr.py",
>> line 176, in __add__ return Add(self, other) File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/cache.py",
>> line 94, in wrapper retval = cfunc(*args, **kwargs) File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/compatibility.py",
>> line 916, in wrapper del cache[oldkey] KeyError: [> 'sympy.core.add.Add'>, x, y, > 'sympy.core.assumptions.ManagedProperties'>, > 'sympy.core.symbol.Symbol'>, ]
>> >> >> ```
>> >> >> Can someone help me with this?
>> >> >> Thank you.
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> Groups "sympy" group.
>> >> > To unsubscribe from this group and stop receiving emails from it,
>> send 

Re: [sympy] Re: SymPy Live not working properly

2020-01-15 Thread Kaustubh Dixit
If SymPy Live is to be remade with Django like what Gagandeep stated, I would 
love to contribute to the project as I have some production level experience in 
that.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/d9c3c105-f4f5-431b-be2b-e499363e6a25%40googlegroups.com.


Re: [sympy] Re: SymPy Live not working properly

2020-01-15 Thread Gagandeep Singh (B17CS021)
IMHO, it would be great to have the sessions of a particular user saved. I
observed that there is a `Log In` link that let's someone create a session
but it isn't worked upon further. Probably, using django for
redesigning sympy-live would be great as it will be easy to maintain. We
can start from unoptimized version of the website. Though I am not aware
whether Google App Engine supports django.
Let me know what you think.

On Wed, Jan 15, 2020 at 12:12 AM Aaron Meurer  wrote:

> Well none of us are backend developers, or else we probably would have
> done something like this already. So you would need to have some
> decent backend experience, and would need to come up with a plan on
> what to actually do.
>
> I would prefer to build as little as possible for ourselves, so that
> we don't have to maintain much. So I would look into other projects
> such as Binder, and look at what other projects are building in this
> area. If we can build something that is usable by others, or better,
> reuse something that is already built, that would be ideal.
>
> The biggest technical issue with the App Engine is that it isn't
> really designed to do what are do with it. Each App Engine execution
> can run for at most 60 seconds. We "fake" a continual session with
> this by doing some tricks like pickling the session. This leads to all
> kinds of bugs, such as the one listed here. I don't actually know what
> causes the bug listed here, but I can make a pretty strong guess that
> it has to do with this. Actually most of these issues have to do with
> pickling itself being broken in a lot of SymPy, but even so, it would
> be better if we had a real persistent session, similar to how
> something like Binder works
>
> At a higher level, I don't like that we have a lot of cloud specific
> code that we have to maintain ourselves, because really nobody does
> maintain it, as you can see from the commit history of the SymPy Live
> repo.
>
> The advantage of the App Engine is that it does autoscaling and
> automatic sandboxing.
>
> Aaron Meurer
>
> On Tue, Jan 14, 2020 at 11:32 AM James . 
> wrote:
> >
> > Hi,My name is James, i am a 3rd year undergraduate student from India. I
> am using python from 3 years, from a couple of months ago I started using
> sympy and I am very much interested in refactoring sympy live.can someone
> help me what are the prerequisites I need to do this?
> >
> > On Tue, Jan 14, 2020, 22:46 Aaron Meurer  wrote:
> >>
> >> Open an issue in the Live repo about this.
> >>
> >> SymPy Live will need some serious refactoring in the near future
> >> anyway in order to keep it up-to-date, since the current setup doesn't
> >> support Python 3. I'm still hopefully that we can replace the backend
> >> completely (this would be a good GSoC project for anyone interested).
> >>
> >> Aaron Meurer
> >>
> >> On Tue, Jan 14, 2020 at 8:45 AM Chris Smith  wrote:
> >> >
> >> > I have found that if you use "_" to refer to the last output it
> causes this problem. Fix: reload and remember not to do that.
> >> >
> >> > On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh
> (B17CS021) wrote:
> >> >>
> >> >> Hi,
> >> >>
> >> >> I am facing some problems on SymPy Live. I tried executing the
> example session on live.sympy.org and the following error was thrown,
> >> >>
> >> >> ```
> >> >> >>> expr = (x + y)**5
> >> >> Traceback (most recent call last): File "", line 1, in
>  File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
> line 91, in __sympifyit_wrapper return func(a, b) File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
> line 129, in binary_op_wrapper return func(self, other) File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/expr.py",
> line 176, in __add__ return Add(self, other) File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/cache.py",
> line 94, in wrapper retval = cfunc(*args, **kwargs) File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/compatibility.py",
> line 916, in wrapper del cache[oldkey] KeyError: [ 'sympy.core.add.Add'>, x, y,  'sympy.core.assumptions.ManagedProperties'>,  'sympy.core.symbol.Symbol'>, ]
> >> >> ```
> >> >> Can someone help me with this?
> >> >> Thank you.
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google
> Groups "sympy" group.
> >> > To unsubscribe from this group and stop receiving emails from it,
> send an email to sympy+unsubscr...@googlegroups.com.
> >> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/6c3e4698-8945-4054-8c12-f452b489ee23%40googlegroups.com
> .
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups "sympy" group.
> >> To unsubscribe from this group and stop receiving emails 

Re: [sympy] Re: SymPy Live not working properly

2020-01-14 Thread Aaron Meurer
Well none of us are backend developers, or else we probably would have
done something like this already. So you would need to have some
decent backend experience, and would need to come up with a plan on
what to actually do.

I would prefer to build as little as possible for ourselves, so that
we don't have to maintain much. So I would look into other projects
such as Binder, and look at what other projects are building in this
area. If we can build something that is usable by others, or better,
reuse something that is already built, that would be ideal.

The biggest technical issue with the App Engine is that it isn't
really designed to do what are do with it. Each App Engine execution
can run for at most 60 seconds. We "fake" a continual session with
this by doing some tricks like pickling the session. This leads to all
kinds of bugs, such as the one listed here. I don't actually know what
causes the bug listed here, but I can make a pretty strong guess that
it has to do with this. Actually most of these issues have to do with
pickling itself being broken in a lot of SymPy, but even so, it would
be better if we had a real persistent session, similar to how
something like Binder works

At a higher level, I don't like that we have a lot of cloud specific
code that we have to maintain ourselves, because really nobody does
maintain it, as you can see from the commit history of the SymPy Live
repo.

The advantage of the App Engine is that it does autoscaling and
automatic sandboxing.

Aaron Meurer

On Tue, Jan 14, 2020 at 11:32 AM James .  wrote:
>
> Hi,My name is James, i am a 3rd year undergraduate student from India. I am 
> using python from 3 years, from a couple of months ago I started using sympy 
> and I am very much interested in refactoring sympy live.can someone help me 
> what are the prerequisites I need to do this?
>
> On Tue, Jan 14, 2020, 22:46 Aaron Meurer  wrote:
>>
>> Open an issue in the Live repo about this.
>>
>> SymPy Live will need some serious refactoring in the near future
>> anyway in order to keep it up-to-date, since the current setup doesn't
>> support Python 3. I'm still hopefully that we can replace the backend
>> completely (this would be a good GSoC project for anyone interested).
>>
>> Aaron Meurer
>>
>> On Tue, Jan 14, 2020 at 8:45 AM Chris Smith  wrote:
>> >
>> > I have found that if you use "_" to refer to the last output it causes 
>> > this problem. Fix: reload and remember not to do that.
>> >
>> > On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh 
>> > (B17CS021) wrote:
>> >>
>> >> Hi,
>> >>
>> >> I am facing some problems on SymPy Live. I tried executing the example 
>> >> session on live.sympy.org and the following error was thrown,
>> >>
>> >> ```
>> >> >>> expr = (x + y)**5
>> >> Traceback (most recent call last): File "", line 1, in  
>> >> File 
>> >> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>> >>  line 91, in __sympifyit_wrapper return func(a, b) File 
>> >> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>> >>  line 129, in binary_op_wrapper return func(self, other) File 
>> >> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/expr.py",
>> >>  line 176, in __add__ return Add(self, other) File 
>> >> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/cache.py",
>> >>  line 94, in wrapper retval = cfunc(*args, **kwargs) File 
>> >> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/compatibility.py",
>> >>  line 916, in wrapper del cache[oldkey] KeyError: [> >> 'sympy.core.add.Add'>, x, y, > >> 'sympy.core.assumptions.ManagedProperties'>, > >> 'sympy.core.symbol.Symbol'>, ]
>> >> ```
>> >> Can someone help me with this?
>> >> Thank you.
>> >
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "sympy" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to sympy+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sympy/6c3e4698-8945-4054-8c12-f452b489ee23%40googlegroups.com.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "sympy" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sympy+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BirBEH3Ki-ka9MoG91y%3DcmGRbYqrgYYaxweAkLUsmWJg%40mail.gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> 

Re: [sympy] Re: SymPy Live not working properly

2020-01-14 Thread Gagandeep Singh (B17CS021)
Some details are given on the ideas page,
https://github.com/sympy/sympy/wiki/GSoC-2020-Ideas#sympy-live-and-sympy-gamma-on-google-app-engine

With Regards,
Gagandeep Singh
Github - https://www.github.com/czgdp1807
LinkedIn - https://www.linkedin.com/in/czgdp1807

On Wed, 15 Jan, 2020, 12:02 AM James .,  wrote:

> Hi,My name is James, i am a 3rd year undergraduate student from India. I
> am using python from 3 years, from a couple of months ago I started using
> sympy and I am very much interested in refactoring sympy live.can someone
> help me what are the prerequisites I need to do this?
>
> On Tue, Jan 14, 2020, 22:46 Aaron Meurer  wrote:
>
>> Open an issue in the Live repo about this.
>>
>> SymPy Live will need some serious refactoring in the near future
>> anyway in order to keep it up-to-date, since the current setup doesn't
>> support Python 3. I'm still hopefully that we can replace the backend
>> completely (this would be a good GSoC project for anyone interested).
>>
>> Aaron Meurer
>>
>> On Tue, Jan 14, 2020 at 8:45 AM Chris Smith  wrote:
>> >
>> > I have found that if you use "_" to refer to the last output it causes
>> this problem. Fix: reload and remember not to do that.
>> >
>> > On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh
>> (B17CS021) wrote:
>> >>
>> >> Hi,
>> >>
>> >> I am facing some problems on SymPy Live. I tried executing the example
>> session on live.sympy.org and the following error was thrown,
>> >>
>> >> ```
>> >> >>> expr = (x + y)**5
>> >> Traceback (most recent call last): File "", line 1, in
>>  File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>> line 91, in __sympifyit_wrapper return func(a, b) File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>> line 129, in binary_op_wrapper return func(self, other) File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/expr.py",
>> line 176, in __add__ return Add(self, other) File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/cache.py",
>> line 94, in wrapper retval = cfunc(*args, **kwargs) File
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/compatibility.py",
>> line 916, in wrapper del cache[oldkey] KeyError: [> 'sympy.core.add.Add'>, x, y, > 'sympy.core.assumptions.ManagedProperties'>, > 'sympy.core.symbol.Symbol'>, ]
>> >> ```
>> >> Can someone help me with this?
>> >> Thank you.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "sympy" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an email to sympy+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sympy/6c3e4698-8945-4054-8c12-f452b489ee23%40googlegroups.com
>> .
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sympy" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to sympy+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BirBEH3Ki-ka9MoG91y%3DcmGRbYqrgYYaxweAkLUsmWJg%40mail.gmail.com
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAHvhkMQdDDX%3Doi-%3D_dfp4%3DT1pKdxjy1%2BHdN3ikfhBxGY4U-Akw%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAAvS0gU%2B9CFWe1SOd5%3Dw-eK3DmuWTfTAOVoRAKEF6i6%3DCeV8kQ%40mail.gmail.com.


Re: [sympy] Re: SymPy Live not working properly

2020-01-14 Thread James .
Hi,My name is James, i am a 3rd year undergraduate student from India. I am
using python from 3 years, from a couple of months ago I started using
sympy and I am very much interested in refactoring sympy live.can someone
help me what are the prerequisites I need to do this?

On Tue, Jan 14, 2020, 22:46 Aaron Meurer  wrote:

> Open an issue in the Live repo about this.
>
> SymPy Live will need some serious refactoring in the near future
> anyway in order to keep it up-to-date, since the current setup doesn't
> support Python 3. I'm still hopefully that we can replace the backend
> completely (this would be a good GSoC project for anyone interested).
>
> Aaron Meurer
>
> On Tue, Jan 14, 2020 at 8:45 AM Chris Smith  wrote:
> >
> > I have found that if you use "_" to refer to the last output it causes
> this problem. Fix: reload and remember not to do that.
> >
> > On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh
> (B17CS021) wrote:
> >>
> >> Hi,
> >>
> >> I am facing some problems on SymPy Live. I tried executing the example
> session on live.sympy.org and the following error was thrown,
> >>
> >> ```
> >> >>> expr = (x + y)**5
> >> Traceback (most recent call last): File "", line 1, in 
> File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
> line 91, in __sympifyit_wrapper return func(a, b) File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
> line 129, in binary_op_wrapper return func(self, other) File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/expr.py",
> line 176, in __add__ return Add(self, other) File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/cache.py",
> line 94, in wrapper retval = cfunc(*args, **kwargs) File
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/compatibility.py",
> line 916, in wrapper del cache[oldkey] KeyError: [ 'sympy.core.add.Add'>, x, y,  'sympy.core.assumptions.ManagedProperties'>,  'sympy.core.symbol.Symbol'>, ]
> >> ```
> >> Can someone help me with this?
> >> Thank you.
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sympy" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sympy+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/6c3e4698-8945-4054-8c12-f452b489ee23%40googlegroups.com
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BirBEH3Ki-ka9MoG91y%3DcmGRbYqrgYYaxweAkLUsmWJg%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHvhkMQdDDX%3Doi-%3D_dfp4%3DT1pKdxjy1%2BHdN3ikfhBxGY4U-Akw%40mail.gmail.com.


Re: [sympy] Re: SymPy Live not working properly

2020-01-14 Thread Kaustubh Dixit
Interested in working on this project for GSoC. What are you planning to 
implement on the backend side?

On Tuesday, January 14, 2020 at 10:46:21 PM UTC+5:30, Aaron Meurer wrote:
>
> Open an issue in the Live repo about this. 
>
> SymPy Live will need some serious refactoring in the near future 
> anyway in order to keep it up-to-date, since the current setup doesn't 
> support Python 3. I'm still hopefully that we can replace the backend 
> completely (this would be a good GSoC project for anyone interested). 
>
> Aaron Meurer 
>
> On Tue, Jan 14, 2020 at 8:45 AM Chris Smith  > wrote: 
> > 
> > I have found that if you use "_" to refer to the last output it causes 
> this problem. Fix: reload and remember not to do that. 
> > 
> > On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh 
> (B17CS021) wrote: 
> >> 
> >> Hi, 
> >> 
> >> I am facing some problems on SymPy Live. I tried executing the example 
> session on live.sympy.org and the following error was thrown, 
> >> 
> >> ``` 
> >> >>> expr = (x + y)**5 
> >> Traceback (most recent call last): File "", line 1, in  
> File 
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>  
> line 91, in __sympifyit_wrapper return func(a, b) File 
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>  
> line 129, in binary_op_wrapper return func(self, other) File 
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/expr.py",
>  
> line 176, in __add__ return Add(self, other) File 
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/cache.py",
>  
> line 94, in wrapper retval = cfunc(*args, **kwargs) File 
> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/compatibility.py",
>  
> line 916, in wrapper del cache[oldkey] KeyError: [ 'sympy.core.add.Add'>, x, y,  'sympy.core.assumptions.ManagedProperties'>,  'sympy.core.symbol.Symbol'>, ] 
> >> ``` 
> >> Can someone help me with this? 
> >> Thank you. 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "sympy" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sy...@googlegroups.com . 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/6c3e4698-8945-4054-8c12-f452b489ee23%40googlegroups.com.
>  
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/54c4307f-ede9-4a95-a411-077ddad61aef%40googlegroups.com.


Re: [sympy] Re: SymPy Live not working properly

2020-01-14 Thread Aaron Meurer
Open an issue in the Live repo about this.

SymPy Live will need some serious refactoring in the near future
anyway in order to keep it up-to-date, since the current setup doesn't
support Python 3. I'm still hopefully that we can replace the backend
completely (this would be a good GSoC project for anyone interested).

Aaron Meurer

On Tue, Jan 14, 2020 at 8:45 AM Chris Smith  wrote:
>
> I have found that if you use "_" to refer to the last output it causes this 
> problem. Fix: reload and remember not to do that.
>
> On Monday, January 13, 2020 at 7:26:27 AM UTC-6, Gagandeep Singh (B17CS021) 
> wrote:
>>
>> Hi,
>>
>> I am facing some problems on SymPy Live. I tried executing the example 
>> session on live.sympy.org and the following error was thrown,
>>
>> ```
>> >>> expr = (x + y)**5
>> Traceback (most recent call last): File "", line 1, in  File 
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>>  line 91, in __sympifyit_wrapper return func(a, b) File 
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/decorators.py",
>>  line 129, in binary_op_wrapper return func(self, other) File 
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/expr.py",
>>  line 176, in __add__ return Add(self, other) File 
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/cache.py",
>>  line 94, in wrapper retval = cfunc(*args, **kwargs) File 
>> "/base/data/home/apps/s~sympy-live-hrd/20200105t193609.423659059328302322/sympy/sympy/core/compatibility.py",
>>  line 916, in wrapper del cache[oldkey] KeyError: [> 'sympy.core.add.Add'>, x, y, > 'sympy.core.assumptions.ManagedProperties'>, > 'sympy.core.symbol.Symbol'>, ]
>> ```
>> Can someone help me with this?
>> Thank you.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/6c3e4698-8945-4054-8c12-f452b489ee23%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BirBEH3Ki-ka9MoG91y%3DcmGRbYqrgYYaxweAkLUsmWJg%40mail.gmail.com.


Re: [sympy] Re: SymPy Live Shell in SymPy Tutorial displays incorrectly

2019-05-22 Thread Aaron Meurer
Are there any messages printed to the web browser console for the
page. If you right click the page and click "inspect" you should be
able to get to the console (you may need to then reload the page to
see any messages).

Aaron Meurer

On Wed, May 22, 2019 at 2:42 PM Oscar  wrote:
>
> Hi,
>
> Thanks for reporting this.
>
> When I do it the output looks like:
>
> >>> (x+1)**2
>   2
> (x + 1)
>
> which looks okay to me. Maybe there is a font problem. What browser are you 
> using?
>
> --
> Oscar
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at https://groups.google.com/group/sympy.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/05cb4503-094b-4f32-a360-6b19904274f1%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2B%3DSJt59uahq0OR0n7QoBJnAYvGnS5n9u8jN%3D7nTt11QA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sympy] Re: SymPy Live and SymPy Gamma | GSoC'16

2016-03-10 Thread Sudhanshu Mishra
Hi,

I would suggest you to spend some time with both applications and figure
out what's wrong with them and how they can be improved apart from the
things mentioned on the ideas page.

Regarding which application to choose, if at all, depends on how much you
want to work on a particular app. It's always a good idea to have a
validated timeline in the proposal which is achievable. If you feel that
both of the apps can be improved then we should go for it, right?



Sudhanshu Mishra

On Fri, Mar 11, 2016 at 12:52 AM, Ashutosh Saboo  wrote:

> It would be great if someone could clear me on my queries. Maybe, Mr.
> Meurer, Mr. Moore could you help me out on this?
>
> On Thursday, 10 March 2016 20:46:24 UTC+5:30, Ashutosh Saboo wrote:
>>
>> Hello everyone.
>>
>> I am Ashutosh Saboo, a undergrad student from BITS Pilani, Goa Campus,
>> currently pursuing M.Sc(Hons.) Maths + B.Tech Computer Science.
>>
>> I have been contributing to SymPy since some time now, and several of my
>> PR's have also got merged, and some of them are also under review now. My
>> GitHub profile can be viewed at this link - GitHub
>>  .
>>
>> I have completed several Web Development projects, and I have also used
>> different web frameworks like, Django, Flask and others as well in my
>> projects. I also generally prefer coding in python, but I am absolutely
>> open to learning anything new, that helps me work on any project. So, I
>> find this as a very challenging and interesting topic, for some reasons-:
>>
>> SymPy is getting developed at a very good rate, and many open source
>> contributors contribute to the code base of SymPy to make it better every
>> day. Other CAS engines like Wolfram Alpha are not Open Source and also,
>> with the constant development of SymPy as a full fledged CAS, We must also
>> make sure, that the normal people can use it, in an easy-to-use web
>> interface, like that of Wolfram Alpha. That will give an immense popularity
>> and also increase in number of users that use SymPy.
>>
>> Since, I have contributed to SymPy and solved some of it's bugs, hence I
>> thought of this as an interesting and challenging topic to improve SymPy. I
>> would like to work towards this with full force.
>>
>> I wish to improve SymPy Gamma a lot, as it seems to be of great
>> potential. I have researched a lot on this project and would like to
>> discuss with the mentors associated with this project. So, who are the
>> mentors for this project?
>>
>> Also, I had a look at these links as well -
>> https://github.com/sympy/sympy_gamma ,
>> https://github.com/sympy/sympy-web-static ,
>> https://github.com/sympy/sympy-live .
>>
>> A doubt I had - Is this project associated primarily with the
>> improvements in both SymPy Live and SymPy Gamma , or only one of them?
>>
>> I want to eagerly work towards this project. If anyone could guide me
>> forward, with this, then it would be great? Also, I have already solved
>> some bugs for SymPy, do I need to solve any bugs for SymPy Live and SymPy
>> Gamma as well, or do I get kick-started with my project proposal?
>>
>> It would be great, if someone could advice their opinions to my above
>> queries. Eagerly waiting to discuss the ideas, that I have researched about.
>>
>> Expecting a response,
>>
>> Thanks a lot. Cheers! :)
>>
>> -Ashutosh Saboo
>>
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at https://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/1ca84250-f083-4220-a5b4-53ac86900837%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAFW_KCTHppo6uxL2Q%3DaEWxXn8%2Bw%3DV8KkyPuqGCBK__vysxzCUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sympy] Re: SymPy Live is over Quota

2014-03-19 Thread Aaron Meurer
It's because an old version is using Python 2.5. The latest version is
using 2.7. We can remove the old version if you want. Or once we do
enough new changes it will fall out, because we can only have 10
versions at a time.

Aaron Meurer

On Wed, Mar 19, 2014 at 12:40 AM, SAHIL SHEKHAWAT
sahilshekhawa...@gmail.com wrote:
 I see python27 in its app.yaml file, Maybe David can tell what's the issue!


 On Wed, Mar 19, 2014 at 7:28 AM, Ondřej Čertík ondrej.cer...@gmail.com
 wrote:

 I increased the max budget from $2/day to $8/day.

 Btw, I noticed there a note:

 A version of this application is using the Python 2.5 runtime, which
 is deprecated!
 The application should be updated to the Python 2.7 runtime as soon as
 possible, which offers performance improvements and many new features.
 Learn how simple it is to migrate your application to Python 2.7.

 Ondrej

 On Tue, Mar 18, 2014 at 6:25 PM, Aaron Meurer asmeu...@gmail.com wrote:
  I've CC'd Ondrej, as he is the only one who has access to change the
  billing status. We just need to up the billing limit, similar to what
  we did with Gamma when it got HNed.
 
  Aaron Meurer
 
  On Tue, Mar 18, 2014 at 2:07 AM, SAHIL SHEKHAWAT
  sahilshekhawa...@gmail.com wrote:
  it is now online.
 
  On Tuesday, March 18, 2014 11:25:49 AM UTC+5:30, SAHIL SHEKHAWAT wrote:
 
  http://live.sympy.org/ is over Quota!
  can we do anything about it?
 
  --
  You received this message because you are subscribed to the Google
  Groups
  sympy group.
  To unsubscribe from this group and stop receiving emails from it, send
  an
  email to sympy+unsubscr...@googlegroups.com.
  To post to this group, send email to sympy@googlegroups.com.
  Visit this group at http://groups.google.com/group/sympy.
  To view this discussion on the web visit
 
  https://groups.google.com/d/msgid/sympy/cb74d344-c21d-475f-8489-9099f1f89338%40googlegroups.com.
 
  For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/sympy/CADDwiVCT4x%2BEdgQGp6zSgXt_gH5PK%2Bd5WypnYO4sqT9JaE5L_g%40mail.gmail.com.

 For more options, visit https://groups.google.com/d/optout.


 --
 You received this message because you are subscribed to the Google Groups
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/sympy/CA%2BOR%3DbiVCAhW8MS%3D7BZPsEpAVX6jO9CQruXLDeHjcs1NRurkxQ%40mail.gmail.com.

 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
sympy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6JEV8J9%2Bp1fJ2JQN7GZ9ronjLo_U%3DanXH2g8CvOy5iMBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sympy] Re: SymPy Live is over Quota

2014-03-19 Thread Ondřej Čertík
Ok, no worries then. I would just let it be.

Ondrej

On Wed, Mar 19, 2014 at 2:06 PM, Aaron Meurer asmeu...@gmail.com wrote:
 It's because an old version is using Python 2.5. The latest version is
 using 2.7. We can remove the old version if you want. Or once we do
 enough new changes it will fall out, because we can only have 10
 versions at a time.

 Aaron Meurer

 On Wed, Mar 19, 2014 at 12:40 AM, SAHIL SHEKHAWAT
 sahilshekhawa...@gmail.com wrote:
 I see python27 in its app.yaml file, Maybe David can tell what's the issue!


 On Wed, Mar 19, 2014 at 7:28 AM, Ondřej Čertík ondrej.cer...@gmail.com
 wrote:

 I increased the max budget from $2/day to $8/day.

 Btw, I noticed there a note:

 A version of this application is using the Python 2.5 runtime, which
 is deprecated!
 The application should be updated to the Python 2.7 runtime as soon as
 possible, which offers performance improvements and many new features.
 Learn how simple it is to migrate your application to Python 2.7.

 Ondrej

 On Tue, Mar 18, 2014 at 6:25 PM, Aaron Meurer asmeu...@gmail.com wrote:
  I've CC'd Ondrej, as he is the only one who has access to change the
  billing status. We just need to up the billing limit, similar to what
  we did with Gamma when it got HNed.
 
  Aaron Meurer
 
  On Tue, Mar 18, 2014 at 2:07 AM, SAHIL SHEKHAWAT
  sahilshekhawa...@gmail.com wrote:
  it is now online.
 
  On Tuesday, March 18, 2014 11:25:49 AM UTC+5:30, SAHIL SHEKHAWAT wrote:
 
  http://live.sympy.org/ is over Quota!
  can we do anything about it?
 
  --
  You received this message because you are subscribed to the Google
  Groups
  sympy group.
  To unsubscribe from this group and stop receiving emails from it, send
  an
  email to sympy+unsubscr...@googlegroups.com.
  To post to this group, send email to sympy@googlegroups.com.
  Visit this group at http://groups.google.com/group/sympy.
  To view this discussion on the web visit
 
  https://groups.google.com/d/msgid/sympy/cb74d344-c21d-475f-8489-9099f1f89338%40googlegroups.com.
 
  For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/sympy/CADDwiVCT4x%2BEdgQGp6zSgXt_gH5PK%2Bd5WypnYO4sqT9JaE5L_g%40mail.gmail.com.

 For more options, visit https://groups.google.com/d/optout.


 --
 You received this message because you are subscribed to the Google Groups
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/sympy/CA%2BOR%3DbiVCAhW8MS%3D7BZPsEpAVX6jO9CQruXLDeHjcs1NRurkxQ%40mail.gmail.com.

 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups 
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/sympy/CAKgW%3D6JEV8J9%2Bp1fJ2JQN7GZ9ronjLo_U%3DanXH2g8CvOy5iMBg%40mail.gmail.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
sympy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CADDwiVBmyiQxna8G3xKCYsDK_0R2oXTbboWxLPaMfvnzxFCwsw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sympy] Re: SymPy Live is over Quota

2014-03-18 Thread Aaron Meurer
I've CC'd Ondrej, as he is the only one who has access to change the
billing status. We just need to up the billing limit, similar to what
we did with Gamma when it got HNed.

Aaron Meurer

On Tue, Mar 18, 2014 at 2:07 AM, SAHIL SHEKHAWAT
sahilshekhawa...@gmail.com wrote:
 it is now online.

 On Tuesday, March 18, 2014 11:25:49 AM UTC+5:30, SAHIL SHEKHAWAT wrote:

 http://live.sympy.org/ is over Quota!
 can we do anything about it?

 --
 You received this message because you are subscribed to the Google Groups
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/sympy/cb74d344-c21d-475f-8489-9099f1f89338%40googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
sympy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6Jqk-kV9ppAM6Qi1ABJWP-oeVjFLsUH_iRCPscCMVyFLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sympy] Re: SymPy Live is over Quota

2014-03-18 Thread SAHIL SHEKHAWAT
Yup! Btw it was only for a while
Gamma and live' user base is increasing isn't it!
On 19 Mar 2014 05:55, Aaron Meurer asmeu...@gmail.com wrote:

 I've CC'd Ondrej, as he is the only one who has access to change the
 billing status. We just need to up the billing limit, similar to what
 we did with Gamma when it got HNed.

 Aaron Meurer

 On Tue, Mar 18, 2014 at 2:07 AM, SAHIL SHEKHAWAT
 sahilshekhawa...@gmail.com wrote:
  it is now online.
 
  On Tuesday, March 18, 2014 11:25:49 AM UTC+5:30, SAHIL SHEKHAWAT wrote:
 
  http://live.sympy.org/ is over Quota!
  can we do anything about it?
 
  --
  You received this message because you are subscribed to the Google Groups
  sympy group.
  To unsubscribe from this group and stop receiving emails from it, send an
  email to sympy+unsubscr...@googlegroups.com.
  To post to this group, send email to sympy@googlegroups.com.
  Visit this group at http://groups.google.com/group/sympy.
  To view this discussion on the web visit
 
 https://groups.google.com/d/msgid/sympy/cb74d344-c21d-475f-8489-9099f1f89338%40googlegroups.com
 .
 
  For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/sympy/CAKgW%3D6Jqk-kV9ppAM6Qi1ABJWP-oeVjFLsUH_iRCPscCMVyFLg%40mail.gmail.com
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
sympy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CA%2BOR%3DbiDiv2nbZbMnnS_284kHaZxKLWB4OnCGeXLMJNbgEw6-g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sympy] Re: SymPy Live is over Quota

2014-03-18 Thread Ondřej Čertík
I increased the max budget from $2/day to $8/day.

Btw, I noticed there a note:

A version of this application is using the Python 2.5 runtime, which
is deprecated!
The application should be updated to the Python 2.7 runtime as soon as
possible, which offers performance improvements and many new features.
Learn how simple it is to migrate your application to Python 2.7.

Ondrej

On Tue, Mar 18, 2014 at 6:25 PM, Aaron Meurer asmeu...@gmail.com wrote:
 I've CC'd Ondrej, as he is the only one who has access to change the
 billing status. We just need to up the billing limit, similar to what
 we did with Gamma when it got HNed.

 Aaron Meurer

 On Tue, Mar 18, 2014 at 2:07 AM, SAHIL SHEKHAWAT
 sahilshekhawa...@gmail.com wrote:
 it is now online.

 On Tuesday, March 18, 2014 11:25:49 AM UTC+5:30, SAHIL SHEKHAWAT wrote:

 http://live.sympy.org/ is over Quota!
 can we do anything about it?

 --
 You received this message because you are subscribed to the Google Groups
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/sympy/cb74d344-c21d-475f-8489-9099f1f89338%40googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
sympy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CADDwiVCT4x%2BEdgQGp6zSgXt_gH5PK%2Bd5WypnYO4sqT9JaE5L_g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sympy] Re: SymPy Live is over Quota

2014-03-18 Thread SAHIL SHEKHAWAT
I see python27 in its app.yaml file, Maybe David can tell what's the issue!


On Wed, Mar 19, 2014 at 7:28 AM, Ondřej Čertík ondrej.cer...@gmail.comwrote:

 I increased the max budget from $2/day to $8/day.

 Btw, I noticed there a note:

 A version of this application is using the Python 2.5 runtime, which
 is deprecated!
 The application should be updated to the Python 2.7 runtime as soon as
 possible, which offers performance improvements and many new features.
 Learn how simple it is to migrate your application to Python 2.7.

 Ondrej

 On Tue, Mar 18, 2014 at 6:25 PM, Aaron Meurer asmeu...@gmail.com wrote:
  I've CC'd Ondrej, as he is the only one who has access to change the
  billing status. We just need to up the billing limit, similar to what
  we did with Gamma when it got HNed.
 
  Aaron Meurer
 
  On Tue, Mar 18, 2014 at 2:07 AM, SAHIL SHEKHAWAT
  sahilshekhawa...@gmail.com wrote:
  it is now online.
 
  On Tuesday, March 18, 2014 11:25:49 AM UTC+5:30, SAHIL SHEKHAWAT wrote:
 
  http://live.sympy.org/ is over Quota!
  can we do anything about it?
 
  --
  You received this message because you are subscribed to the Google
 Groups
  sympy group.
  To unsubscribe from this group and stop receiving emails from it, send
 an
  email to sympy+unsubscr...@googlegroups.com.
  To post to this group, send email to sympy@googlegroups.com.
  Visit this group at http://groups.google.com/group/sympy.
  To view this discussion on the web visit
 
 https://groups.google.com/d/msgid/sympy/cb74d344-c21d-475f-8489-9099f1f89338%40googlegroups.com
 .
 
  For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 sympy group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sympy+unsubscr...@googlegroups.com.
 To post to this group, send email to sympy@googlegroups.com.
 Visit this group at http://groups.google.com/group/sympy.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/sympy/CADDwiVCT4x%2BEdgQGp6zSgXt_gH5PK%2Bd5WypnYO4sqT9JaE5L_g%40mail.gmail.com
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
sympy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CA%2BOR%3DbiVCAhW8MS%3D7BZPsEpAVX6jO9CQruXLDeHjcs1NRurkxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.