Giter Club home page Giter Club logo

Comments (6)

bramtayl avatar bramtayl commented on July 19, 2024 1

Stupid question how to you change your userID if you entered your actual name and not the number on the settings page?

from cite2c.

takluyver avatar takluyver commented on July 19, 2024 1

There's no way to change it in the UI, but you can set it manually by running code like this:

from IPython.html.services.config.manager import ConfigManager
cm = ConfigManager()
cm.update('cite2c', {'zotero':{'user_id': '1234'}})

Or if you set it to None instead of an ID, it will prompt you again next time you go to use cite2c.

from cite2c.

takluyver avatar takluyver commented on July 19, 2024

It looks like this will need to be oauth - there doesn't appear to be a username -> userID API.

from cite2c.

takluyver avatar takluyver commented on July 19, 2024

It could be done by scraping a page like https://www.zotero.org/takowl/items

from cite2c.

bramtayl avatar bramtayl commented on July 19, 2024

Great! It works perfectly. However, all my bibliographic information disappears when I try to export as html or pdf.

from cite2c.

takluyver avatar takluyver commented on July 19, 2024

Yeah, they will for now. HTML is issue #10 - that should be relatively easy to do using citeproc-7py. Latex is issue #7, and it will be a bit trickier, because we'll need to convert the CSL citation data to Bibtex.

from cite2c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.