Ask Your Question

anatematic's profile - activity

2019-01-14 06:00:05 +0200 received badge  Famous Question (source)
2017-08-16 19:56:18 +0200 received badge  Famous Question (source)
2016-05-01 00:04:55 +0200 received badge  Notable Question (source)
2016-04-16 01:40:33 +0200 received badge  Notable Question (source)
2015-05-27 10:45:28 +0200 received badge  Popular Question (source)
2015-03-02 22:53:42 +0200 received badge  Popular Question (source)
2013-04-10 23:36:09 +0200 received badge  Nice Question (source)
2013-02-26 14:25:19 +0200 received badge  Good Question (source)
2013-01-20 00:56:16 +0200 received badge  Nice Question (source)
2013-01-19 19:18:42 +0200 marked best answer How to use a worksheet content in another worksheet?

You can use the data menu. Create a file, for example 'definitions.sage', move your functions into this file and load it in your worksheet:

load(DATA+'definitions.sage')

2013-01-19 19:18:42 +0200 received badge  Scholar (source)
2013-01-18 18:57:39 +0200 asked a question How to use a worksheet content in another worksheet?

I have a long worksheet, whose first part defines functions and the second part use them. I would like to split it in two worksheet, keeping the definition in the first one and loading all of them in the second one where they are used. Is it possible to do it?

2013-01-16 16:04:03 +0200 commented answer How to change default font-size in shift-click-created cells inside Sage Notebook?

Thank you! This solves half of the problem, the one about the output. I've edited my question, adding that I'm annoyed also by the size of the text in the editor itself.

2013-01-16 10:41:26 +0200 received badge  Student (source)
2013-01-16 06:36:36 +0200 received badge  Editor (source)
2013-01-16 06:36:06 +0200 asked a question How to change default font-size in shift-click-created cells inside Sage Notebook?

To insert text with Latex in Sage Notebook we can create a special cell with a nice embedded text-editor by shift-clicking between two cells, but then the default font is really tiny compared to the one of the code. Change it every time is quite annoying. Any way to change it once and for all?

EDIT: I mean the default font size both in the output and in the editor while composing.

2013-01-14 09:48:52 +0200 commented answer How to use cython functions from other cython cells in notbook?

Would be nice to explain such a basic thing in the documentation regarding cython in Sage.

2012-06-01 16:33:33 +0200 received badge  Supporter (source)