Git Product home page Git Product logo

verzettler's Introduction

Hi ๐Ÿ‘‹ I'm a research software engineer at Princeton University's language and intelligence institute. I also continue to develop graph neural networks to reconstruct particle trajectories (github organization). Previously, I organized software training events for the High Energy Physics Software Foundation (github organization). Some of my projects are described here (but many are missing).

Anurag's GitHub stats

verzettler's People

Contributors

allcontributors[bot] avatar dependabot[bot] avatar klieret avatar pablo2m avatar pre-commit-ci[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

pablo2m

verzettler's Issues

In-browser editor

The use of typora in windows is being a tough nut to crack (I don't know if this expression is used in your country), in short I am having a hard time getting it to work.
Can I add support to another editor? , I am thinking of something that uses JS (a necessary evil), so that it is independent of the platform, what do you think?

Problems installing in windows

Hello,
I am trying to install it in windows, I have not succeeded yet, and I need your help with a function but I will tell you about the process in case it works for someone else, at first I thought that everything had worked well, since the installation using "python setup.py install" did not mark any error. But then when running it

PS D:\Zettelkasten\verzettler-master> zk_web
Traceback (most recent call last):
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\Scripts\zk_web-script.py", line 11, in <module>
    load_entry_point('verzettler==0.1.0', 'console_scripts', 'zk_web')()
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources\__init__.py", line 490, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources\__init__.py", line 2862, in load_entry_point
    return ep.load()
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources\__init__.py", line 2462, in load
    return self.resolve()
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources\__init__.py", line 2468, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\verzettler-0.1.0-py3.8.egg\verzettler\bin\zk_web.py", line 9, in <module>
    from verzettler.cli_util import init_zk_from_cli
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\verzettler-0.1.0-py3.8.egg\verzettler\cli_util.py", line 8, in <module>
    import readline
ModuleNotFoundError: No module named 'readline'

This library is not available, fortunately there is a replacement

PS D:\Zettelkasten\verzettler-master> python -m pip install pyreadline
Collecting pyreadline
  Downloading pyreadline-2.1.zip (109 kB)
     |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 109 kB 1.1 MB/s
Building wheels for collected packages: pyreadline
  Building wheel for pyreadline (setup.py) ... done
  Created wheel for pyreadline: filename=pyreadline-2.1-py3-none-any.whl size=93844 sha256=9f11d34fbb35bb5fd4c2031fc5ac0ac911012870d85ec5ad22f3e7d18e4498b1
  Stored in directory: c:\users\pablo2m\appdata\local\pip\cache\wheels\0e\6e\9d\402aa64e362e59c7032231a2e6942e647a6c12508d2c77fc4d
Successfully built pyreadline
Installing collected packages: pyreadline
Successfully installed pyreadline-2.1

A second try showed another error

PS D:\Zettelkasten\verzettler-master> zk_web
Traceback (most recent call last):
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\Scripts\zk_web-script.py", line 11, in <module>
    load_entry_point('verzettler==0.1.0', 'console_scripts', 'zk_web')()
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources\__init__.py", line 490, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources\__init__.py", line 2862, in load_entry_point
    return ep.load()
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources\__init__.py", line 2462, in load
    return self.resolve()
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources\__init__.py", line 2468, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\verzettler-0.1.0-py3.8.egg\verzettler\bin\zk_web.py", line 9, in <module>
    from verzettler.cli_util import init_zk_from_cli
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\verzettler-0.1.0-py3.8.egg\verzettler\cli_util.py", line 16, in <module>
    from verzettler.util.paths import get_zk_base_dirs_from_env, pass_fct
ModuleNotFoundError: No module named 'verzettler.util'

Strangely, the two files inside the \ verzettler \ util folder are not copied, that is easily solved
Now we come to the problem that I can't solve

PS D:\Zettelkasten\verzettler-master> zk_web -i playground
Traceback (most recent call last):
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\Scripts\zk_web-script.py", line 11, in <module>
    load_entry_point('verzettler==0.1.0', 'console_scripts', 'zk_web')()
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\verzettler-0.1.0-py3.8.egg\verzettler\bin\zk_web.py", line 57, in cli
    output_format_to_converter[args.output.suffix](zk, args.output)
  File "C:\Users\Pablo2m\AppData\Local\Programs\Python\Python38\lib\site-packages\verzettler-0.1.0-py3.8.egg\verzettler\bin\zk_web.py", line 31, in _output_html
    outf.write(format_dot_html(zk.dot_graph()))
AttributeError: 'Zettelkasten' object has no attribute 'dot_graph'

I've been looking everywhere and I can't find that function / attribute ('dot_graph'), am I doing something wrong?
Could you help me?
Thank you in advance

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.