-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install problem #23
Comments
You're doing the right thing, I don't know why it wouldn't work. Maybe SMC is on an old version of IPython, although I thought they tended to update quickly. Can you see what the output from this is:
|
2.3.0 is the o/p, which confuses me. Once you are viewing a .ipynb it ? On 9 October 2015 at 16:57, Thomas Kluyver [email protected] wrote:
|
It's possible that the copy of I suggest you ask in a SMC forum - why is Python at the command line finding an old copy of IPython, and is it possible to install notebook extensions for your own user. |
OK, now I know what to ask, I will do that, thanks very much. On 9 October 2015 at 19:03, Thomas Kluyver [email protected] wrote:
|
I contacted SMC about this, posed the questions. They tried to install I also intalled Jupyter locally OK, but not cite2c, I get errors. This Thanks for your help with this. Kind regards On 9 October 2015 at 19:34, Paul Gordon [email protected] wrote:
|
Hmm, sorry about that. If it's convenient to try again locally, can you paste the errors that you get? The install script does two separate steps in one - it copies the files into place (installing) and sets a config option to load cite2c when you open a notebook (enabling). The enabling step probably can't be done systemwide, as it changes the user's config. With Jupyter, you should be able to do the enabling step separately like this:
|
Hi Thomas, I've got Jupyter installed locally on a non-Uni PC. Now cite2c has But...when I click the citation button I get the pop up 'start typing to I can't think what I am doing wrong. I have setup synching on my Firefox I haven't made any changes to Zotero preferences, nor installed additional I don't have any private keys, is this anything to do with it? Hoping you can help. BTW, William Stein has got cite2c installed on SageMathCloud for everyone, Kind regards, On 12 October 2015 at 08:51, Thomas Kluyver [email protected]
|
Hi Paul, Have you enabled the option on Zotero to make your library public? It's on the privacy page in settings. Eventually it should be possible to use Oauth to get access to your library without making it public - see issue #9. But that sounds tricky, so for now you need to publish your Zotero library for cite2c to search it. Best wishes, |
Hi Thomas, OK, that was the problem. It'd be good for it not to be public though, that I have just realised that I can't get a pdf output from Jupyter (or SMC), Thanks for all your help with this. Kind regards copy of what happens in SMC presently On 14 October 2015 at 14:37, Thomas Kluyver [email protected]
|
Hi,
Sorry but I am new to github, python etc, hope I don't annoy anyone too much. I am trying to install cite2c using jupyer notebook on sagemathcloud. In my ignorance:
Traceback (most recent call last):
File "install.py", line 3, in
from IPython.html.nbextensions import install_nbextension
ImportError: No module named html.nbextensions
I am running Windows 7 in case that has anything to do with it (can't see how as it is in the cloud). From this description it'll be clear I don't know much.
I attach a screenshot in case it helps.
Is the problem that I am using sagemathcloud instead of installing Jupyter locally?
Any chance of some help or advice?
Kind regards, Paul
The text was updated successfully, but these errors were encountered: