Skip to content
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

ability to handle application source when more than 1 source file is present #180

Open
atinsood opened this issue Jun 27, 2022 · 1 comment
Labels

Comments

@atinsood
Copy link

Objective

Currently the application source tab shows the source code of the python file that was used. but for more complex projects there will be more than 1 python source file.

Proposed implementation

Rather than rendering the file, we should leverage the kui tree renderer to render the location of the folder containing the file. that ways the user can browse through any other files in that folder structure .

@starpit
Copy link
Collaborator

starpit commented Jun 28, 2022

Architecture needed: How do we elaborate transitive python code imports from an index.md, where all of the assets have to be inlined into that index.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants