Re: [jupyter] SageMath 7.6 Deprecation Warning

2017-06-06 Thread Matthias Bussonnier
Hum, if you can try to turn warnings into errors:

https://docs.python.org/3/library/warnings.html

Then we can try to see the stack trace and figure where this is coming from.
-- 
M

On Tue, Jun 6, 2017 at 1:56 PM, Michael Shea  wrote:
> I have the latest version, 5.0.1.  Any other ideas?
>
> On Monday, June 5, 2017 at 5:29:06 PM UTC, Matthias Bussonnier wrote:
>>
>> I believe this has been fixed if you upgrade jupyter_client.
>> --
>> M
>>
>> On Sun, Jun 4, 2017 at 2:02 PM, Michael Shea  wrote:
>> > I am new to Jupyter and have been have finally been able to install and
>> > run
>> > the SageMath Kernel, however I am getting an annoying warning on cell
>> > execution that I think is slowing down execution.
>> >
>> > I am current running Arch Linux as a VMware guest on windows 10. I
>> > installed
>> > Jupyter with Anaconnda 3.  I have installed and registered the python 2
>> > kernel in Jupyter.
>> >
>> > I installed sagemath-kernel via pacman and successfully registered it
>> > via
>> > jupyter-kernelspec.
>> >
>> > Now, whenever I execute a Sage
>> >
>> > /usr/lib/python2.7/json/encoder.py:207: DeprecationWarning: Interpreting
>> > naive datetime as local 2017-06-03 22:23:23.879862. Please add timezone
>> > info
>> > to timestamps.
>> >   chunks = self.iterencode(o, _one_shot=True)
>> >
>> >
>> > Any suggestions.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Project Jupyter" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to jupyter+u...@googlegroups.com.
>> > To post to this group, send email to jup...@googlegroups.com.
>> > To view this discussion on the web visit
>> >
>> > https://groups.google.com/d/msgid/jupyter/a97049c7-bad2-406d-ae86-145608f7eff3%40googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jupyter/e28b6d44-eaf0-4586-be22-1ec1f006b508%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

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


Re: [jupyter] SageMath 7.6 Deprecation Warning

2017-06-06 Thread Michael Shea
I have the latest version, 5.0.1.  Any other ideas?

On Monday, June 5, 2017 at 5:29:06 PM UTC, Matthias Bussonnier wrote:
>
> I believe this has been fixed if you upgrade jupyter_client. 
> -- 
> M 
>
> On Sun, Jun 4, 2017 at 2:02 PM, Michael Shea  > wrote: 
> > I am new to Jupyter and have been have finally been able to install and 
> run 
> > the SageMath Kernel, however I am getting an annoying warning on cell 
> > execution that I think is slowing down execution. 
> > 
> > I am current running Arch Linux as a VMware guest on windows 10. I 
> installed 
> > Jupyter with Anaconnda 3.  I have installed and registered the python 2 
> > kernel in Jupyter. 
> > 
> > I installed sagemath-kernel via pacman and successfully registered it 
> via 
> > jupyter-kernelspec. 
> > 
> > Now, whenever I execute a Sage 
> > 
> > /usr/lib/python2.7/json/encoder.py:207: DeprecationWarning: Interpreting 
> > naive datetime as local 2017-06-03 22:23:23.879862. Please add timezone 
> info 
> > to timestamps. 
> >   chunks = self.iterencode(o, _one_shot=True) 
> > 
> > 
> > Any suggestions. 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Project Jupyter" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to jupyter+u...@googlegroups.com . 
> > To post to this group, send email to jup...@googlegroups.com 
> . 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/jupyter/a97049c7-bad2-406d-ae86-145608f7eff3%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/e28b6d44-eaf0-4586-be22-1ec1f006b508%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] SageMath 7.6 Deprecation Warning

2017-06-05 Thread Matthias Bussonnier
I believe this has been fixed if you upgrade jupyter_client.
-- 
M

On Sun, Jun 4, 2017 at 2:02 PM, Michael Shea  wrote:
> I am new to Jupyter and have been have finally been able to install and run
> the SageMath Kernel, however I am getting an annoying warning on cell
> execution that I think is slowing down execution.
>
> I am current running Arch Linux as a VMware guest on windows 10. I installed
> Jupyter with Anaconnda 3.  I have installed and registered the python 2
> kernel in Jupyter.
>
> I installed sagemath-kernel via pacman and successfully registered it via
> jupyter-kernelspec.
>
> Now, whenever I execute a Sage
>
> /usr/lib/python2.7/json/encoder.py:207: DeprecationWarning: Interpreting
> naive datetime as local 2017-06-03 22:23:23.879862. Please add timezone info
> to timestamps.
>   chunks = self.iterencode(o, _one_shot=True)
>
>
> Any suggestions.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jupyter/a97049c7-bad2-406d-ae86-145608f7eff3%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

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


[jupyter] SageMath 7.6 Deprecation Warning

2017-06-04 Thread Michael Shea
I am new to Jupyter and have been have finally been able to install and run 
the SageMath Kernel, however I am getting an annoying warning on cell 
execution that I think is slowing down execution. 

I am current running Arch Linux as a VMware guest on windows 10. I 
installed Jupyter with Anaconnda 3.  I have installed and registered the 
python 2 kernel in Jupyter. 

I installed sagemath-kernel via pacman and successfully registered it via 
jupyter-kernelspec. 

Now, whenever I execute a Sage

/usr/lib/python2.7/json/encoder.py:207: DeprecationWarning: Interpreting naive 
datetime as local 2017-06-03 22:23:23.879862. Please add timezone info to 
timestamps.
  chunks = self.iterencode(o, _one_shot=True)


Any suggestions.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/a97049c7-bad2-406d-ae86-145608f7eff3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.