Re: [sage-devel] Making the package jmol optional

2020-12-07 Thread Jason Grout
https://github.com/plotly/Kaleido is an interesting new project for generating static images from a browser rendering library that may be useful here (I'm not sure if it handles webgl, though). Jason On Mon, Dec 7, 2020 at 1:34 PM Joshua Campbell wrote: > Hmm... no joy. Altho

Re: [sage-devel] Re: Transition from jupyter notebook to jupyterlab

2020-09-04 Thread Jason Grout
On Thu, Sep 3, 2020 at 5:39 AM kcrisman wrote: > > Always great to hear from you, Jason! > > >> 2. Karl-Dieter, to answer your question about notebooks: we've worked >> really hard to make the transition from "classic Notebook" to JupyterLab >> smo

Re: [sage-devel] Re: Transition from jupyter notebook to jupyterlab

2020-09-04 Thread Jason Grout
On Thu, Sep 3, 2020 at 2:56 AM Samuel Lelièvre wrote: > 2020-08-03 03:07 UTC, Jason Grout: > > > 6. For syntax highlighting - here is a comment showing how to add > > syntax highlighting for a filetype: > > > https://github.com/jupyterlab/jupyterlab/issues/

Re: [sage-devel] Re: Transition from jupyter notebook to jupyterlab

2020-09-02 Thread Jason Grout
syntax highlighting for a filetype: https://github.com/jupyterlab/jupyterlab/issues/4223#issuecomment-547934247. However, I agree it's not very elegant, and we should make that a better api. Thanks, Jason On Wed, Sep 2, 2020 at 5:59 PM Samuel Lelièvre wrote: > 2020-08-03 00:22 UT

[sage-devel] bug: point()'s faceted option does not work in newest version of Sage

2018-12-13 Thread jason . miller
but I wanted to put this question out there in case it's an unintentional 'feature' of the new version of Sage. Jason == Jason Miller, Ph.D. Professor of Mathematics California State University Channel Islands W: 805-437-3127 -- You received this

Re: [sage-devel] sage foundation ???

2018-09-29 Thread Jason Grout
The Europe/NumFOCUS situation would be a good thing to reach out to Andy or Leah about. Jason On Sat, Sep 29, 2018 at 5:10 AM Erik Bray wrote: > On Fri, Sep 28, 2018 at 10:03 PM Harald Schilly > wrote: > > > > > > > > On Monday, September 24, 2018 at 3:

Re: [sage-devel] Sage + NumFOCUS

2018-09-28 Thread Jason Grout
You should also feel free to reach out to Andy Terrel or Leah Silen at NumFOCUS. I gave them a heads-up about this conversation as well. Thanks, Jason On Fri, Sep 28, 2018 at 9:17 AM Dima Pasechnik wrote: > On Fri, Sep 28, 2018 at 4:11 PM Erik Bray wrote: > > > > Hi folks, &g

[sage-devel] IPython transformations rework

2018-05-28 Thread Jason Grout
-May/thread.html#16320 Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, sen

Re: [sage-devel] nbextensions on jupyterlab

2018-03-01 Thread Jason Grout
If this is a JupyterLab/JupyterHub question, we have a section in the docs about setting up JLab in JHub: http://jupyterlab.readthedocs.io/en/stable/user/jupyterhub.html Jason On Thu, Mar 1, 2018 at 7:30 AM mmarco wrote: > I am trying to install a service to use Sage through the jupyter

Re: [sage-devel] Jupyter header cells ?

2018-01-06 Thread Jason Grout
://nbformat.readthedocs.io/en/latest/format_description.html#markdown-cells "Heading cells have been removed, in favor of simple headings in markdown." The shortcut commands that also used to exist now just insert markdown cells with the appropriate header text (i.e., pressing '1'

Re: [sage-devel] Jupyter header cells ?

2018-01-06 Thread Jason Grout
Cool, thanks, good to see things are getting up to date. Both of those definitely have the concept of header cells. Jason On Sat, Jan 6, 2018 at 11:29 AM Samuel Lelièvre wrote: > Sage 8.1 has notebook 4.4.1, while Sage 8.2.beta0 up to Sage 8.2.beta1 > have notebook 5.2.1. > > $

Re: [sage-devel] Jupyter header cells ?

2018-01-06 Thread Jason Grout
Thanks. The Jupyter notebook is in the "notebook" pip package. Jason On Sat, Jan 6, 2018 at 10:38 AM Samuel Lelievre wrote: > Sat 2018-01-06 15:57:42 UTC, Jason Grout: > > > > > What version of the Jupyter notebook is in Sage? > > I'd be surprised if it

Re: [sage-devel] Jupyter header cells ?

2018-01-06 Thread Jason Grout
utput as part of the latex in a conversion. And there's no technical problem that I know if in doing something like sagetex using Jupyter kernels to give you the computation engine of Jupyter inside of TeX. What version of the Jupyter notebook is in Sage? I'd be surprised if it didn't

Re: [sage-devel] what happened to ipython?

2017-02-18 Thread Jason Grout
workaround, pasting multiline comments works in an SMC terminal if I start ipython with --simple-prompt, which turns off a lot of the fancy stuff. Thanks, Jason On Sat, Feb 18, 2017 at 12:07 PM William Stein wrote: > Hi Jason, > > OK, Sage versus IPython is not relevant. Try to paste

Re: [sage-cell] Re: [sage-devel] Sage cells in interact wiki

2016-09-19 Thread Jason Grout
Some ideas: Is the MoinMoin sage cell extension enabled? https://github.com/sagemath/sagecell/blob/master/contrib/moinmoin/sagecell.py. If it is enabled, was MoinMoin updated and the extension no longer works? Thanks, Jason On Mon, Sep 19, 2016 at 8:48 PM William Stein wrote: > On Mon,

Re: [sage-devel] Jupyter notebook by default?

2016-09-09 Thread Jason Grout
Nice! That's even better that it works out-of-the-box! Jason On Fri, Sep 9, 2016 at 6:06 PM Volker Braun wrote: > > <https://lh3.googleusercontent.com/-mROFT73lCRs/V9MyE0CAH6I/b8A/w5ZN6NyVDg0LLGuBV6O3p-MR5uQWCq7AACLcB/s1600/table.png> > > > On Friday, Septe

Re: [sage-devel] Jupyter notebook by default?

2016-09-09 Thread Jason Grout
)) for i in row] for row in data[1:]]) s = '\n'.join(['%s'%(''.join(row)) for row in rows]) return HTML('%s'%s) table([('Header 1', 'Header 2'), (1,'<'), (3,4)]) On Fri, Sep 9, 2016 at 9:28 AM Jason Grout wrote:

Re: [sage-devel] Jupyter notebook by default?

2016-09-09 Thread Jason Grout
I don't think we have a good table-printing function built into IPython. A simple one is probably pretty straightforward: try: from html import escape # python 3.x except ImportError: from cgi import escape # python 2.x from IPython.display import HTML def table(data): rows = [["%s"

Re: [sage-devel] Re: sage vs jupyter notebooks

2016-05-05 Thread Jason Grout
Thanks Volker. In general, Jupyter uses github-flavored markdown, which supports tables and many other things: https://help.github.com/articles/organizing-information-with-tables/, for example. Jason On Thu, May 5, 2016 at 2:56 PM Volker Braun wrote: > A %%cython cell magic for commandl

Re: [sage-devel] Deprecate the use of properties in all public API

2016-05-05 Thread Jason Grout
]: ('je'+'di').upper(). Where it will infer that you are actually calling a method on a string, which before was requiring setting `IPCompleter.greedy` to `true` which has the drawback of evaluating your code with its side effects. Thanks, Jason On Wed, May 4, 2016 at 1

Re: [sage-devel] Re: Proposal: move SageNB back to Sage

2016-04-16 Thread Jason Grout
and make > > releases whenever we need them. Which really isn't all that often. > > +1 -- I agree 100% with everything above. If anybody wants added to > the repo, let me know. > > For what it's worth, +1 from me as well to Volker's proposal. That makes a

Re: [sage-devel] Re: Bye

2016-02-23 Thread Jason Grout
Definitely +1. Thanks for all your work, Nathann. Jason On Tue, Feb 23, 2016, 17:12 Nicolas M. Thiery wrote: > > > On Mon, Feb 22, 2016 at 06:28:46PM -0800, kcrisman wrote: > >...Though in open source development (at least in open development > >projects like t

Re: [sage-devel] Re: Conversion Jupyter Notebook -> Doctests

2016-01-27 Thread Jason Grout
Min (in the Jupyter project) wrote a program to doctest .ipynb files a while ago: https://gist.github.com/minrk/2620735. I think it expects an old version of the .ipynb format, but it is a good starting point to update to the newest .ipynb format. Thanks, Jason On Wed, Jan 27, 2016 at 3:39 PM

Re: [sage-devel] Re: Jupyter notebook by default?

2016-01-26 Thread Jason Grout
I should add that one of the major design goals for the next iteration of the notebook is to be fully modular, so it would be easy to plug in your own component to edit markdown, for example. Thanks, Jason On Tue, Jan 26, 2016 at 10:59 PM Jason Grout wrote: > What if we used something l

Re: [sage-devel] Re: Jupyter notebook by default?

2016-01-26 Thread Jason Grout
cells/blob/master/src/widget.ts#L110). Pull requests welcome, as always :). Jason On Tue, Jan 26, 2016 at 10:55 PM kcrisman wrote: > Another con I just discovered: > * You have to learn markdown to do anything useful in plain old text. > > Don't tell me this isn't a

Re: [sage-devel] Re: Jupyter notebook by default?

2016-01-05 Thread Jason Grout
I'm not sure exactly what you mean here. Can you give an example? Thanks, Jason On Tue, Jan 5, 2016 at 3:16 PM, kcrisman wrote: > I know this is now hijacking the thread... but if we are on those lines, > when it comes to "too much output", making sure that this is somet

Re: [sage-devel] Re: Jupyter notebook by default?

2016-01-05 Thread Jason Grout
Brian, Sylvain, and Jon talked and came to an agreement. Jason On Tue, Jan 5, 2016 at 2:42 PM, Jeroen Demeyer wrote: > On 2016-01-05 19:27, Jason Grout wrote: > >> FYI, Sylvain Corlay is making some changes to ipywidgets to bring them >> more into line with the Sage synta

Re: [sage-devel] Re: Jupyter notebook by default?

2016-01-05 Thread Jason Grout
e Jupyter dev meeting happening right now said that he will be working on output limiting as one of his next things. Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, s

Re: [sage-devel] Re: Jupyter notebook by default?

2016-01-05 Thread Jason Grout
FYI, Sylvain Corlay is making some changes to ipywidgets to bring them more into line with the Sage syntax. He said in the Jupyter dev meeting just now that he'll be making a PR today. Thanks, Jason On Sunday, January 3, 2016 at 7:45:19 AM UTC-7, Jeroen Demeyer wrote: > > On 2016-

Re: [sage-devel] Re: Jupyter notebook by default?

2016-01-05 Thread Jason Grout
ing buffer that overwrites the oldest message) This: * allows small output through * provides an explanatory message * provides the last bit of output as well One thing to figure out: a limit on size of output that is text may not be appropriate for output that is images, etc. Thanks, Jason On Tue,

Re: [sage-devel] Re: Jupyter notebook by default?

2016-01-05 Thread Jason Grout
FYI, you can set the notebook directory with a command line switch: jupyter notebook --NotebookApp.notebook_dir=~/.sage/jupyter Thanks, Jason On Sunday, December 20, 2015 at 5:25:52 PM UTC-7, Volker Braun wrote: > > If you start Jupyter in ~/foo then you cannot open notebooks in >

[sage-devel] Re: Sources of funding - perhaps computer manufacturers?

2015-10-03 Thread Jason Grout
Bokeh may be what you saw, as it works also without a kernel running. We (at Bloomberg) also just open-sourced a plotting library we've been working on at Bloomberg for the last year or so which has interactivity, based on the Jupyter widgets: https://github.com/bloomberg/bqplot.

[sage-devel] Re: History of notebooks.

2015-10-03 Thread Jason Grout
tatement. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to

[sage-devel] python-ideas thread on python random functions

2015-09-12 Thread Jason Grout
/2015-September/thread.html, for example, with subject lines like "Python's Source of Randomness and the random.py module Redux" and "Should our default random number generator be secure?" Thanks, Jason -- You received this message because you are subscribed to t

[sage-devel] Re: Compiling error for Sage 6.7 on OS X 10.10.3, XCode 6.3.1

2015-05-28 Thread Jason Grout
On 5/27/15 22:09, Jason Grout wrote: On 5/27/15 18:38, Justin C. Walker wrote: Are you building multi-threaded? Interestingly, this may be the problem. When I do: export MAKE="make -j1" and then build, it seems like I pass the point where I had errors before in building gcc.

[sage-devel] Re: Compiling error for Sage 6.7 on OS X 10.10.3, XCode 6.3.1

2015-05-27 Thread Jason Grout
On 5/27/15 18:38, Justin C. Walker wrote: On May 27, 2015, at 13:15 , Jason Grout wrote: I'm running into an error compiling gcc in Sage 6.7 on OS X 10.10.3 with XCode 6.3.1. Here's the end of the build log (I can post the entire install log, if needed). Is Sage supposed to com

[sage-devel] Re: Compiling error for Sage 6.7 on OS X 10.10.3, XCode 6.3.1

2015-05-27 Thread Jason Grout
On 5/27/15 18:38, Justin C. Walker wrote: On May 27, 2015, at 13:15 , Jason Grout wrote: I'm running into an error compiling gcc in Sage 6.7 on OS X 10.10.3 with XCode 6.3.1. Here's the end of the build log (I can post the entire install log, if needed). Is Sage supposed to com

[sage-devel] Re: Compiling error for Sage 6.7 on OS X 10.10.3, XCode 6.3.1

2015-05-27 Thread Jason Grout
) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.3.0 Thread model: posix Does that look right? I do see that the app store now has XCode 6.3.2 available. I can install that if it helps. Thanks for your help! Jason -- You received this message because you are subscribed to the Google

[sage-devel] Compiling error for Sage 6.7 on OS X 10.10.3, XCode 6.3.1

2015-05-27 Thread Jason Grout
ng gcc in Sage on this platform from before 6.7, but it seemed like they were fixed. Thanks, Jason [snip] /usr/bin/clang++ -I../../src/libcpp -I. -I../../src/libcpp/../include -I../../src/libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno

[sage-devel] Re: hosting the sage cell server

2015-05-27 Thread Jason Grout
that they import Sage GPLv2+ code (see the header for those files). If those imports are removed, the files may be licensed with the modified BSD license." "Since this package includes GPLv2+ code (namely those files above), the repository as a whole is licensed GPLv2+." Thanks, Jas

[sage-devel] Re: sage and jupyterhub for classroom teaching

2015-04-02 Thread Jason Grout
If I recall correctly, Kyle Kelly (who works at Rackspace) has worked a lot with setting up JupyterHub with Docker containers. That's how http://tmpnb.org works, for example. He would be one of the best people to contact about how to set something like that up. Thanks, Jason On 4/2/

[sage-devel] Re: Sage Notebook shutdown

2015-03-30 Thread Jason Grout
*.sagenb.org users? Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, sen

[sage-devel] Re: Sage Notebook shutdown

2015-03-26 Thread Jason Grout
On 3/26/15 22:42, William Stein wrote: Another offer - I could delay a bit longer if somebody could move sagenb to oauth2... FYI, this looks like the migration guide: https://developers.google.com/accounts/docs/OpenID Thanks, Jason -- You received this message because you are subscribed

[sage-devel] Re: Sage Notebook shutdown

2015-03-26 Thread Jason Grout
et really confusing to a lot of people. I personally won't have time to respond to a huge number of inquiries about why logins aren't working. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe

[sage-devel] Re: Sage is grown up; needs a last name

2015-02-19 Thread Jason Grout
+1 to SageMath Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to

[sage-devel] Re: Maple versus Mathematica

2014-12-01 Thread Jason Grout
On 12/1/14, 6:00, mmarco wrote: P.S. 2: Is there some easy way to embed sagecell code in a wiki? Yes, we have plugins for MoinMoin, Dokuwiki, and Drupal. See the interact pages at http://wiki.sagemath.org/interact/ for examples of how to do this on the Sage wiki. Jason -- You

[sage-devel] Re: The "code of conduct" is getting out of hand - please stop for 2 weeks.

2014-11-29 Thread Jason Grout
ssion, I've stayed out of it because of the direction, emotion, and tone of it. I think this is the first suggestion I wholeheartedly vote +1 on. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from

[sage-devel] Re: Maple versus Mathematica

2014-11-21 Thread Jason Grout
ckly starts looking like line noise after I've stopped using it. Thanks, Jason P.S. I was curious about the online mathematica the other night. If I understood the marketing material correctly, it seems you get interactive computation included in the base price, and you are charged for

[sage-devel] Nature article mentions Sage

2014-11-05 Thread Jason Grout
for small interactive notebooks for random internet users: http://www.nature.com/news/ipython-interactive-demo-7.21492 Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving ema

[sage-devel] Re: The Misfortunes of a Trio of Mathematicians Using Computer Algebra Systems

2014-11-04 Thread Jason Grout
article's conclusions---it gave the impression that the best we could hope for in finding, reporting, and fixing bugs in mathematical software was that we might be able to find them in comparing the output of two different black boxes. Thanks, Jason -- You received this message because

[sage-devel] [ANN - JOB] Assistant Researcher - Berkeley Institute for Data Science

2014-10-30 Thread Jason Grout
See below for a posting about a job opportunity involving open source tools for scientific computing. Thanks, Jason Original Message Subject:[Numpy-discussion] [ANN - JOB] Assistant Researcher - Berkeley Institute for Data Science Date: Wed, 29 Oct 2014 19:15:51

[sage-devel] Re: determinant calculation, was: The Misfortunes of a Trio of Mathematicians [...]

2014-10-29 Thread Jason Grout
On 10/28/14, 15:53, Robert Dodier wrote: On 2014-10-25, Jason Grout wrote: http://www.ams.org/notices/201410/rnoti-p1249.pdf P.S. It would be interesting to see if Sage can do the calculation they identified as buggy in mathematica. That would make for a cool follow-up editorial

[sage-devel] Re: The Misfortunes of a Trio of Mathematicians Using Computer Algebra Systems

2014-10-27 Thread Jason Grout
On 10/25/14, 21:38, William Stein wrote: On Sat, Oct 25, 2014 at 6:34 PM, William Stein wrote: On Oct 25, 2014 5:53 PM, "Jason Grout" wrote: On 10/25/14, 15:04, William Stein wrote: On Sat, Oct 25, 2014 at 6:37 AM, Jason Grout wrote: On 10/25/14, 0:07, William Stein wrote:

[sage-devel] Re: The Misfortunes of a Trio of Mathematicians Using Computer Algebra Systems

2014-10-25 Thread Jason Grout
On 10/25/14, 15:04, William Stein wrote: On Sat, Oct 25, 2014 at 6:37 AM, Jason Grout wrote: On 10/25/14, 0:07, William Stein wrote: They are fun aren't they -- no login required. It seems that often, though, the login page or the project settings page flashes up for a second or

[sage-devel] Re: The Misfortunes of a Trio of Mathematicians Using Computer Algebra Systems

2014-10-25 Thread Jason Grout
en be replaced with the worksheet? Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to t

[sage-devel] Re: The Misfortunes of a Trio of Mathematicians Using Computer Algebra Systems

2014-10-24 Thread Jason Grout
On 10/24/14, 20:55, Jason Grout wrote: P.S. It would be interesting to see if Sage can do the calculation they identified as buggy in mathematica. That would make for a cool follow-up editorial. And here's a public worksheet: https://cloud.sagemath.com/projects/49a2531d-9d02-42c9

[sage-devel] The Misfortunes of a Trio of Mathematicians Using Computer Algebra Systems

2014-10-24 Thread Jason Grout
cannot be easily verified without a computer, it is highly advisable to perform the computations with at least two computer algebra systems." Thanks, Jason P.S. It would be interesting to see if Sage can do the calculation they identified as buggy in mathematica. That would make for a cool

[sage-devel] Re: Official interact API needed

2014-10-23 Thread Jason Grout
active%20Widgets/Index.ipynb Right. The IPython interact system is what I've been working a lot on for the last year. There is little to no documentation on it at this point, and we're having a Google hangout about the scope of the IPython interactive widget system next week.

[sage-devel] Re: On scientific computing, Python and Julia

2014-08-22 Thread Jason Grout
hanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@g

[sage-devel] Re: Crazy/dumb idea about Sage on Windows...

2014-08-22 Thread Jason Grout
sage and .ipynb files would live on the windows side, but if they have some data they want to analyze (like a file to read in, or a file to save to), they'd still have to somehow get that data into/out of the VM. You're right that it's easier than what we have, though! Thanks,

[sage-devel] Re: On scientific computing, Python and Julia

2014-08-22 Thread Jason Grout
t, I don't know). And it's not been realised in practice for many cases. But it is true. Are you talking about the sort of things illustrated in this julia issue with the various macros they talk about? https://github.com/JuliaLang/julia/issues/7033 Thanks, Jason P.S. I've b

[sage-devel] Re: interact.sagemath.org

2014-08-21 Thread Jason Grout
d author" accounts. If you'd like one of those, email me. If someone wants to take over the site, let me know. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and

[sage-devel] Re: what is the plot3D viewer used in sagemath cloud

2014-08-21 Thread Jason Grout
cell server and the IPython notebook). If you're interested in either of those, let me know. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an

[sage-devel] R build script is unable to find file that exists at path

2014-06-25 Thread Jason Wu
Hello again, I'm (still) trying to build sage on cygwin64 using the /u/jpflori/cygwin64 branch from trac. I've run into quite a few errors but I've been able to fix them usually by following the wiki. However, I've run into a strange problem Screenshot: (link:

[sage-devel] Re: curl 404 on cygwin64 branch

2014-06-22 Thread Jason Wu
a Pasechnik wrote: > > On 2014-06-22, Jason Wu > wrote: > > Hello, > > I'm fairly new to sage and I was trying to build sage on cygwin64. I > cloned > > the git repo and checked out u/jpflori/cygwin64 but it gets stuck when > it > > tries to download

[sage-devel] curl 404 on cygwin64 branch

2014-06-22 Thread Jason Wu
Hello, I'm fairly new to sage and I was trying to build sage on cygwin64. I cloned the git repo and checked out u/jpflori/cygwin64 but it gets stuck when it tries to download mpir 2.7.0.alpha4. mpir2.6.0 (used in master branch) won't build on cygwin64. anyways, sage-spkg uses curl to try and dow

[sage-devel] Re: Logs for aleph.sagemath.org

2014-06-06 Thread Jason Grout
https://github.com/sagemath/sagecell/blob/master/log.py That's a good idea to log the user agent too, but we don't have historical data on that (at least from the ios app) Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel&qu

[sage-devel] Re: Sage Stack Exchange Site

2014-06-02 Thread Jason Grout
Related: http://scicomp.stackexchange.com/ "Computational Science Stack Exchange is a question and answer site for scientists using computers to solve scientific problems." It's seems more about scientific computing rather than more pure mathematical software, though. Jason -- You recei

[sage-devel] Re: optional graph database?

2014-05-23 Thread Jason Grout
igit (in decimal) values for degree were possible if the database were bigger ;-) That database http://artsci.drake.edu/grout/graphs/ was maybe a key part of Jason Grout's Ph.D. work -- and making a Sage version of it (which is what is in Sage up to 7 vertices) was one of the things that got

[sage-devel] Re: free private github repos

2014-05-16 Thread Jason Grout
://wiki.sagemath.org/Publications_using_SAGE to cite the specific version of Sage that they used and include the DOI? Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails f

[sage-devel] Re: sage--gram-schmidt

2014-05-09 Thread Jason Grout
ix with floating point numbers wouldn't. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegrou

[sage-devel] Re: interact.sagemath.org

2014-05-09 Thread Jason Grout
On 5/7/14, 0:41, Ivan Andrus wrote: On May 6, 2014, at 11:47 AM, Jason Grout wrote: On 5/5/14, 14:20, Daniel Bell wrote: Hi I am one of the students who was selected for working with Sage for Google Summer of Code. I will be working on the iOS app. One of the features I want to implement

[sage-devel] Re: test message

2014-05-06 Thread Jason Grout
On 5/6/14, 9:05, Simon King wrote: I wouldn't mind to stay with google-groups, *IF* one could use it via gmane (which is currently not the case). I'm replying to this on gmane (via thunderbird). If you see this message, I guess it shows it is possible. Jason -- You received th

[sage-devel] Re: interact.sagemath.org

2014-05-06 Thread Jason Grout
top-rated-posts> Is there an API I can use, or a database I can interact with? interact.sagemath.org is using Drupal, so I imagine it would be a pretty standard thing to enable a REST API or something of that sort. Would you like to take over the website and do that? Thanks, Jason

[sage-devel] Google Summer of Code

2014-04-22 Thread Jason Grout
Does anyone have an update about what projects are Google Summer of Code projects are running under the Sage umbrella? Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving e

[sage-devel] Re: Heartbleed

2014-04-10 Thread Jason Grout
On 4/8/14, 22:06, kcrisman wrote: What version does sagenb, cloud, sage cell use? For the cell server, I have automatic security updates enabled. I checked yesterday and the openssl package had been automatically upgraded already. Jason -- You received this message because you are

[sage-devel] handing off *.sagenb.org and sage cell server

2014-04-10 Thread Jason Grout
or William know. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send

[sage-devel] Re: Need contact who can provide direction on default jquery-ui theme for sage-notebook...

2014-03-25 Thread Jason Grout
e, probably very horrible :) Jason, what version of Jquery-ui do you use in the cell server? Maybe that is a starting point for thinking about this. 1.10.2: https://github.com/sagemath/sagecell/blob/master/Makefile#L16 See https://raw.githubusercontent.com/sagemath/sagecell/master/static/jquery-u

[sage-devel] Re: %load

2014-03-25 Thread Jason Grout
ile, and pushing these changes upstream. Not surprisingly, that's essentially what you voted for too in that thread, Volker. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop rec

[sage-devel] A PEP for adding infix matrix multiply to Python

2014-03-15 Thread Jason Grout
operator (like A @ B). There are ongoing conversations about operator precedence, binding, etc., as well as the possibility of a matrix power operator @@ (like A @@ 2). Anyways, see the message below from Nathaniel, who has been the one spearheading this. Thanks, Jason Original

[sage-devel] Re: 2d interactive graphs

2014-03-11 Thread Jason Grout
huge changes or features planned (if someone is working actively on the codebase, please post here!) William is planning to make a personal version of the sage cloud available as a next generation sage notebook (and he's proposed such a thing as a GSOC project). Thanks, Jason -

Re: [sage-devel] wolfram language

2014-03-07 Thread Jason Aubrey
A perspective on the wolfram language in Slate: http://www.slate.com/articles/technology/bitwise/2014/03/stephen_wolfram_s_new_programming_language_can_he_make_the_world_computable.html (Sage gets a mention.) On Mon, Feb 24, 2014 at 8:13 PM, Jason Grout wrote: > I just saw this on HackerN

[sage-devel] Re: wolfram language

2014-03-03 Thread Jason Grout
rter has a vision of doing stuff like that with the sage cloud. He was writing a short prototype up during the Joint Math Meetings in January, and I think he'll be coming to the dev days in June. Thanks, Jason -- You received this message because you are subscribed to the Google Groups &qu

[sage-devel] sage version announcement

2014-03-01 Thread Jason Grout
/home/release/sage-6.1/tickets.html * We closed 4 tickets in this release. For details, see http://boxen.math.washington.edu/home/release/sage-6.1.1/tickets.html but both links give 404 errors. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "

[sage-devel] Re: Problem installing sagecell

2014-03-01 Thread Jason Grout
On 2/28/14, 8:13, Jason Grout wrote: On 2/28/14, 4:07, Jesus Escribano wrote: Hello thank you for your answer. Sorry for asking again, I'm not an expert in this subject. I understand I should change the Makefile, introducing the line /canvas3d = / /$(sage-root)/local/lib/python

[sage-devel] Re: Problem installing sagecell

2014-02-28 Thread Jason Grout
to remake everything. (you may need to put in the path to sage in order to do that). Does that help? Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from i

[sage-devel] Re: wolfram language

2014-02-27 Thread Jason Grout
d yes, I know I'm not comprehensively answering your question. Just thought I'd throw this out there, though...) Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receivin

[sage-devel] Re: Problem installing sagecell

2014-02-26 Thread Jason Grout
hould just create a new spkg. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group

[sage-devel] Re: Problem installing sagecell

2014-02-25 Thread Jason Grout
ile it mentions. Is that file where it is looking? I think those instructions are slightly out of date now, but they're probably basically correct still. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubs

[sage-devel] Re: Saving .show() Output as a Vector Graphic

2014-02-24 Thread Jason Grout
odule incompatible with saving in this manner? It seems to work for me: http://sagecell.sagemath.org/?q=gpscvj Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails

[sage-devel] Re: Adding plot to polyhedron plot has side effects

2014-02-24 Thread Jason Grout
1.) Thanks, Robert This is known: http://trac.sagemath.org/ticket/13288 And a preliminary patch is up at http://trac.sagemath.org/ticket/9089 Volunteers are more than welcome to update the patches at #9089 or write new patches, of course! Jason -- You received this message because yo

[sage-devel] wolfram language

2014-02-24 Thread Jason Grout
talked about at 9:18, and I thought the comments in the code shown at 10:28 were kind of funny. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an emai

[sage-devel] Re: Sage library license

2014-02-24 Thread Jason Grout
On 2/24/14 9:01 AM, Jeroen Demeyer wrote: Sage-the-distribution is GPL v3 only. This is the only license which is compatible with all components of Sage. IIRC, that is because some components are licensed as GPL 2 or 3, while others are GPLv3+, right? Thanks, Jason -- You received this

[sage-devel] Re: Sage library license

2014-02-24 Thread Jason Grout
On 2/24/14 8:26 AM, Volker Braun wrote: AFAIK it is GPL v3+, there should be some old discussion on sage-devel IIRC, it is GPL v2+. I'd be interested in seeing the discussion you reference. Jason -- You received this message because you are subscribed to the Google Groups "

[sage-devel] Re: Interactive plots for Sage Notebook

2014-02-21 Thread Jason Grout
On 2/21/14 9:45 PM, john_perry_usm wrote: Well, "successor" implies that the notebook is to be replaced. Is that the plan? That's my understanding of William's plan. Thanks, Jason -- You received this message because you are subscribed to the Google Groups &q

[sage-devel] Re: Interactive plots for Sage Notebook

2014-02-21 Thread Jason Grout
On 2/21/14 9:33 AM, Vincent Delecroix wrote: 2014-02-21 15:17 UTC+01:00, Jason Grout : On 2/21/14 6:00 AM, Inderpreet Singh wrote: Hi, I am a computer engineering student, a freelance web developer and also a part time math teacher. The 2d plots that notebook draw are not interactive. So I was

[sage-devel] Re: Interactive plots for Sage Notebook

2014-02-21 Thread Jason Grout
e a number of people working on interactive 2d plots for the IPython notebook. Those could likely be adapted to give interactive plots for the Sage Cloud or Sage Cell Server. We have done some work on this already for the Sage Cell Server. Thanks, Jason -- You received this message becau

[sage-devel] Re: systemd and trac #381

2014-02-17 Thread Jason Grout
On 2/17/14 11:09 AM, William Stein wrote: On Mon, Feb 17, 2014 at 9:07 AM, Jason Grout wrote: On 2/15/14 11:44 PM, Henry de Valence wrote: This approach requires systemd and is Linux-specific, but as every major Linux distribution is either using systemd now or plans to move to it in the

[sage-devel] Re: systemd and trac #381

2014-02-17 Thread Jason Grout
. Well, except for Ubuntu. But nevertheless, thanks! (as a person moving to a systemd-based system) Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, sen

[sage-devel] sage-cell development mailing list

2014-02-14 Thread Jason Grout
Hi all, Just FYI, I created a sage-cell mailing list for Sage Cell Server development: https://groups.google.com/forum/?hl=en#!forum/sage-cell Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this

  1   2   3   4   5   6   7   8   9   10   >