Code Monkey home page Code Monkey logo

Comments (5)

rgerum avatar rgerum commented on May 17, 2024

hmm I could add a parameter to pylustrator.start to not ask for saving. But the user could still save the figure to the code. What is the use case? Shall the users only be able to save it to an image and not to the code? Or do you just want to get rid of the promt?

from pylustrator.

darkcurrent avatar darkcurrent commented on May 17, 2024

Thank you for your fast answer rgerum.
We will developing a software to collect data from Twitter, filter the data, auto-train and select NLP models, analyse the data and generate some report file with some graphics. This open source app will be made for completely non programmer social scientist. In the end, we want the users only can generate images and save it but the default plot parameters should be static. So the main app files can not be changed. :) Is there any way to implement this easily?

from pylustrator.

rgerum avatar rgerum commented on May 17, 2024

ah ok, so you want to disable all saving to code and not just the prompt (you can also save using CTRL+S).
But yes it sounds feasible to implement this as a parameter to pylustrator.start, e.g. as pylustrator.start(save_code=False).

from pylustrator.

darkcurrent avatar darkcurrent commented on May 17, 2024

ah ok, so you want to disable all saving to code and not just the prompt (you can also save using CTRL+S). But yes it sounds feasible to implement this as a parameter to pylustrator.start, e.g. as pylustrator.start(save_code=False).

Yes exactly. pylustrator.start(save_code=False) this looks life saver :)

from pylustrator.

rgerum avatar rgerum commented on May 17, 2024

it is now implemented as pylustrator.start(disable_save=True)

from pylustrator.

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.