We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem that knowledge wanna solve is awesome!
However, I'm facing an issue is when I submitted a post (say example.ipynb in project.kp folder)
example.ipynb
project.kp
Then I ran knowledge_repo runserver --debug
knowledge_repo runserver --debug
The UI shown up. But it seemed that something went wrong when reindex maybe?
reindex
I got error TypeError: with_traceback() takes no keyword arguments
TypeError: with_traceback() takes no keyword arguments
One more thing, I can preview the project.kp by knowledge_repo preview project.kp/
knowledge_repo preview project.kp/
Is that anything I can do ?
my version 0.9.0
0.9.0
my repo : https://github.com/YLTsai0609/knowledge_repo_cheatsheet
I'm struggling in this for serval days....
btw, I can preview the example.ipynb If the information helps.
The text was updated successfully, but these errors were encountered:
@YLTsai0609 can you confirm that this is fixed by #598?
Sorry, something went wrong.
No branches or pull requests
The problem that knowledge wanna solve is awesome!
However, I'm facing an issue is when I submitted a post (say
example.ipynb
inproject.kp
folder)Then I ran
knowledge_repo runserver --debug
The UI shown up. But it seemed that something went wrong when
reindex
maybe?I got error
TypeError: with_traceback() takes no keyword arguments
One more thing, I can preview the
project.kp
byknowledge_repo preview project.kp/
Is that anything I can do ?
my version
0.9.0
my repo : https://github.com/YLTsai0609/knowledge_repo_cheatsheet
I'm struggling in this for serval days....
btw, I can preview the
example.ipynb
If the information helps.The text was updated successfully, but these errors were encountered: